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 | 辜場ソア繞 | 1110011110000011100011111110101010111111101100011110001110000101 | e7838feabfb1e385 |
EUC-JP | 辜場ソア繞 | 11101101111000111011111011101100100011101011111110001110101100011110010111100101 | ede3beec8ebf8eb1e5e5 |
UTF-8 | 辜場ソア繞 | 111010001011111010011100111001011010000010110100111011111011110110111111111011111011110110110001111001111011100110011110 | e8be9ce5a0b4efbdbfefbdb1e7b99e |
UHC | 辜場??繞 | 1100110111010000111011011101111000111111001111111110100110100100 | cdd0edde3f3fe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)