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 | 絶???娃 | 10010000111000100011111100111111001111111000100010100001 | 90e23f3f3f88a1 |
EUC-JP | 絶??琯娃 | 110000001110010000111111001111111000111111001100101100111011000010100011 | c0e43f3f8fccb3b0a3 |
UTF-8 | 絶귝튂琯娃 | 111001111011010110110110111010101011011110011101111011011000101010000010111001111001000010101111111001011010100010000011 | e7b5b6eab79ded8a82e790afe5a883 |
UHC | 絶귝튂琯娃 | 11101111101111101000001011100110101110011001100011001110101101011110100011011111 | efbe82e6b998ceb5e8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)