To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 影???\ | 100010010110010100111111001111110011111101011100 | 89653f3f3f5c |
EUC-JP | 影?Ŧ?\ | 1011000111000110001111111000111110101001101011110011111101011100 | b1c63f8fa9af3f5c |
UTF-8 | 影뚨Ŧ句\ | 111001011011110110110001111010111001101010101000110001011010011011101111101001001000011001011100 | e5bdb1eb9aa8c5a6efa4865c |
UHC | 影뚨Ŧ句\ | 111001111010111110001100111001111010100010101110110011111111101101011100 | e7af8ce7a8aecffb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)