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 | 10001010010011101110100101111101111001011101001101000010 | 8a4ee97de5d342 |
EUC-JP | 劾驀衲B | 10110011101011111111000111011110111010101101010101000010 | b3aff1deead542 |
UTF-8 | 劾驀衲B | 11100101100010101011111011101001101010011000000011101000101000011011001001000010 | e58abee9a980e8a1b242 |
UHC | 劾驀衲B | 11111010101101101101100011101001110100101010010001000010 | fab6d8e9d2a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)