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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 裃蛾佐 | 111001011101111110001001111010011000110110110010 | e5df89e98db2 |
EUC-JP | 裃蛾佐 | 111010101110000110110010111010111011101010110100 | eae1b2ebbab4 |
UTF-8 | 裃蛾佐 | 111010001010001110000011111010001001101110111110111001001011110110010000 | e8a383e89bbee4bd90 |
UHC | ?蛾佐 | 0011111111100100101101101111000110100101 | 3fe4b6f1a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)