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 | ò¶Þé´» | 111100101011011011011110111010011011010010111011 | f2b6dee9b4bb |
SJIS-WIN | ?¶??´? | 0011111110000001111101110011111100111111100000010100110000111111 | 3f81f73f3f814c3f |
EUC-JP | ò¶Þé´? | 1000111110101011110100101010001011111001100011111010100110110000100011111010101110110001101000011010110100111111 | 8fabd2a2f98fa9b08fabb1a1ad3f |
UTF-8 | ò¶Þé´» | 110000111011001011000010101101101100001110011110110000111010100111000010101101001100001010111011 | c3b2c2b6c39ec3a9c2b4c2bb |
UHC | ?¶Þ?´? | 001111111010001011010010101010001010110100111111101000101010010100111111 | 3fa2d2a8ad3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)