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 | ëìZ | 11101011111011001001110101011010 | ebec9d5a |
SJIS-WIN | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
EUC-JP | ëì?Z | 1000111110101011101100111000111110101011110000000011111101011010 | 8fabb38fabc03f5a |
UTF-8 | ëìZ | 11000011101010111100001110101100110000101001110101011010 | c3abc3acc29d5a |
UHC | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)