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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 日?艇逗 | 10010011111110100011111110010010111110001001000010000000 | 93fa3f92f89080 |
EUC-JP | 日?艇逗 | 11000110111111000011111111000100111110101011111111100000 | c6fc3fc4fabfe0 |
UTF-8 | 日렮艇逗 | 111001101001011110100101111010111010000010101110111010001000100110000111111010011000000010010111 | e697a5eba0aee88987e98097 |
UHC | 日렮艇逗 | 1110110011101101100011101011101111101111111100111101010011101000 | eced8ebbeff3d4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)