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 | ò¶Þé´¤ | 111100101011011011011110111010011011010010100100 | f2b6dee9b4a4 |
SJIS-WIN | ?¶??´? | 0011111110000001111101110011111100111111100000010100110000111111 | 3f81f73f3f814c3f |
EUC-JP | ò¶Þé´¤ | 10001111101010111101001010100010111110011000111110101001101100001000111110101011101100011010000110101101100011111010001011110000 | 8fabd2a2f98fa9b08fabb1a1ad8fa2f0 |
UTF-8 | ò¶Þé´¤ | 110000111011001011000010101101101100001110011110110000111010100111000010101101001100001010100100 | c3b2c2b6c39ec3a9c2b4c2a4 |
UHC | ?¶Þ?´¤ | 00111111101000101101001010101000101011010011111110100010101001011010001010110100 | 3fa2d2a8ad3fa2a5a2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)