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 | 甑???凝 | 10001101100110010011111100111111001111111000101111000011 | 8d993f3f3f8bc3 |
EUC-JP | 甑???凝 | 10111001111110010011111100111111001111111011011011000101 | b9f93f3f3fb6c5 |
UTF-8 | 甑멩렲렧凝 | 111001111001010010010001111010111010100110101001111010111010000010110010111010111010000010100111111001011000011110011101 | e79491eba9a9eba0b2eba0a7e5879d |
UHC | 甑멩렲렧凝 | 11110001111101111011100011100110100011101011111110001110101101101110101111101010 | f1f7b8e68ebf8eb6ebea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)