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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????婦 | 001111110011111100111111001111111001010101110111 | 3f3f3f3f9577 |
EUC-JP | ????婦 | 001111110011111100111111001111111100100111011000 | 3f3f3f3fc9d8 |
UTF-8 | 룶췮룴점婦 | 111010111010001110110110111011001011011110101110111010111010001110110100111011001010000010010000111001011010100110100110 | eba3b6ecb7aeeba3b4eca090e5a9a6 |
UHC | 룶췮룴점婦 | 10001111101010111010111001101011100011111010100111000001101000011101110011111110 | 8fabae6b8fa9c1a1dcfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)