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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 諡玲距B | 11100110100010111001011111100110100010111001011101000010 | e68b97e68b9742 |
EUC-JP | 諡玲距B | 11101011111010111100111011101000101101011111011101000010 | ebebcee8b5f742 |
UTF-8 | 諡玲距B | 11101000101010111010000111100111100011101011001011101000101101111001110101000010 | e8aba1e78eb2e8b79d42 |
UHC | 諡玲距B | 11100011110011011101011010111100110010111110010101000010 | e3cdd6bccbe542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)