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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 溜봔곕졋횞溜봔 | 111011111010011110001011111010111011010010010100111010101011001110010101111011001010000110001011111011011001101010011110111011111010011110001011111010111011010010010100 | efa78bebb494eab395eca18bed9a9eefa78bebb494 |
UHC | 溜봔곕졋횞溜봔 | 1110101011111110101110101100001010110000111010111010000010111010110000111001011111101010111111101011101011000010 | eafebac2b0eba0bac397eafebac2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)