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 | 翁??翁? | 10001001101001010011111100111111100010011010010100111111 | 89a53f3f89a53f |
EUC-JP | 翁??翁? | 10110010101001110011111100111111101100101010011100111111 | b2a73f3fb2a73f |
UTF-8 | 翁대ㄺ翁대 | 111001111011111110000001111010111000110010000000111000111000010010111010111001111011111110000001111010111000110010000000 | e7bf81eb8c80e384bae7bf81eb8c80 |
UHC | 翁대ㄺ翁대 | 11101000101110101011010011101011101001001010101011101000101110101011010011101011 | e8bab4eba4aae8bab4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)