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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 臆???ロ? | 1000100110110000001111110011111100111111100000111000110100111111 | 89b03f3f3f838d3f |
EUC-JP | 臆??飡ロ? | 10110010101100100011111100111111100011111110100011001000101001011110110100111111 | b2b23f3f8fe8c8a5ed3f |
UTF-8 | 臆띲룗飡ロ룓 | 111010001000011110000110111010111001110110110010111010111010001110010111111010011010001110100001111000111000001110101101111010111010001110010011 | e88786eb9db2eba397e9a3a1e383adeba393 |
UHC | 臆띲룗飡ロ룓 | 111001011110011010001101111000111000111110010011111000011110001010101011111011011000111110010000 | e5e68de38f93e1e2abed8f90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)