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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 饔??馹? | 100011111110100011101111001111110011111110001111111010011010000100111111 | 8fe8ef3f3f8fe9a13f |
UTF-8 | 饔낆뮄馹턆 | 111010011010010110010100111010111000001010000110111010111010111010000100111010011010011010111001111011011000010010000110 | e9a594eb8286ebae84e9a6b9ed8486 |
UHC | 饔낆뮄馹턆 | 11101000101111011000010111101100100100101001001111101100111100011011011001000010 | e8bd85ec9293ecf1b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)