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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 彫?禎?? | 10010010101001000011111110010010111101010011111100111111 | 92a43f92f53f3f |
EUC-JP | 彫?禎?? | 11000100101001100011111111000100111101110011111100111111 | c4a63fc4f73f3f |
UTF-8 | 彫롘禎렕렭 | 111001011011110110101011111010111010000110011000111001111010011010001110111010111010000010010101111010111010000010101101 | e5bdabeba198e7a68eeba095eba0ad |
UHC | 彫롘禎렕렭 | 11110000110000011000111011011100111011111110111010001110101010101000111010111010 | f0c18edcefee8eaa8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)