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 | 蜊溢「溢惚 | 111001011000110110001000111011001010001010001000111011001000110110011011 | e58d88eca288ec8d9b |
EUC-JP | 蜊溢「溢惚 | 11101001111011011011000011101110100011101010001010110000111011101011100111111011 | e9edb0ee8ea2b0eeb9fb |
UTF-8 | 蜊溢「溢惚 | 111010001001110010001010111001101011101010100010111011111011110110100010111001101011101010100010111001101000001110011010 | e89c8ae6baa2efbda2e6baa2e6839a |
UHC | ?溢?溢惚 | 0011111111101100111011100011111111101100111011101111101111101101 | 3fecee3feceefbed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)