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 | 100100101010000010000011110000110011111101000010 | 92a083c33f42 |
EUC-JP | 帳ε?B | 110001001010001010100110110001010011111101000010 | c4a2a6c53f42 |
UTF-8 | 帳ε쳣B | 111001011011100010110011110011101011010111101100101100111010001101000010 | e5b8b3ceb5ecb3a342 |
UHC | 帳ε쳣B | 11101101111000111010010111100101101010111000100101000010 | ede3a5e5ab8942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)