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 | 10011111010011101000000110100101100000010100000001000010 | 9f4e81a5814042 |
EUC-JP | 櫻▼ B | 11011101101011111010001010100111101000011010000101000010 | ddafa2a7a1a142 |
UTF-8 | 櫻▼ B | 11100110101010111011101111100010100101101011110011100011100000001000000001000010 | e6abbbe296bce3808042 |
UHC | 櫻▼ B | 11100101101000011010000111100101101000011010000101000010 | e5a1a1e5a1a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)