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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 蝟ョ闔馴ウァB | 11100101100101101010111011101000100011101001001111101001101100111010011101000010 | e596aee88e93e9b3a742 |
EUC-JP | 蝟ョ闔馴ウァB | 11101001111101101000111010101110111011111110111011000110111010111000111010110011100011101010011101000010 | e9f68eaeefeec6eb8eb38ea742 |
UTF-8 | 蝟ョ闔馴ウァB | 11101000100111011001111111101111101111011010111011101001100101111001010011101001101001101011010011101111101111011011001111101111101111011010011101000010 | e89d9fefbdaee99794e9a6b4efbdb3efbda742 |
UHC | 蝟?闔馴??B | 11101010110110100011111111111001111011111110001011111000001111110011111101000010 | eada3ff9efe2f83f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)