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 | 瑤??液? | 11101010101000100011111100111111100010010111010000111111 | eaa23f3f89743f |
EUC-JP | 瑤??液? | 11110100101001000011111100111111101100011101010100111111 | f4a43f3fb1d53f |
UTF-8 | 瑤뗦뇘液⑶ | 111001111001000110100100111010111001011110100110111010111000011110011000111001101011011010110010111000101001000110110110 | e791a4eb97a6eb8798e6b6b2e291b6 |
UHC | 瑤뗦뇘液⑶ | 11101000111111011000101111100110100001111000001111100100111110111010100111101001 | e8fd8be68783e4fba9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)