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 | 驤ケ蠇⑨ | 11101001100010001011100111111011101000011000011101001000 | e988b9fba18748 |
EUC-JP | 驤ケ?? | 111100011110100010001110101110010011111100111111 | f1e88eb93f3f |
UTF-8 | 驤ケ蠇⑨ | 111010011010100110100100111011111011110110111001111010001010000010000111111000101001000110101000 | e9a9a4efbdb9e8a087e291a8 |
UHC | ???⑨ | 0011111100111111001111111010100011101111 | 3f3f3fa8ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)