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 | 獰???寤 | 11100000110101100011111100111111001111111001101110001000 | e0d63f3f3f9b88 |
EUC-JP | 獰???寤 | 11100000110110000011111100111111001111111101010111101000 | e0d83f3f3fd5e8 |
UTF-8 | 獰앇띺뀑寤 | 111001111000110110110000111011001001010110000111111010111001110110111010111010111000000010010001111001011010111110100100 | e78db0ec9587eb9dbaeb8091e5afa4 |
UHC | 獰앇띺뀑寤 | 11100111101111101001110111010001100011011110100110000101100010111110011111110101 | e7be9dd18de9858be7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)