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 | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
SJIS-WIN | 宵マ砡[ | 100011111010101011001111111110110111100001011011 | 8faacffb785b |
EUC-JP | 宵マ砡[ | 1011111010101100100011101100111110001111110011111101010101011011 | beac8ecf8fcfd55b |
UTF-8 | 宵マ砡[ | 11100101101011101011010111101111101111101000111111100111101000001010000101011011 | e5aeb5efbe8fe7a0a15b |
UHC | 宵??[ | 1110000110110010001111110011111101011011 | e1b23f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)