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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 鶯??\ | 1110100111110010001111110011111101011100 | e9f23f3f5c |
EUC-JP | 鶯??\ | 1111001011110100001111110011111101011100 | f2f43f3f5c |
UTF-8 | 鶯쎌옠\ | 11101001101101101010111111101100100011101000110011101100100110001010000001011100 | e9b6afec8e8cec98a05c |
UHC | 鶯쎌옠\ | 11100101101000111011110111101100100111101010001001011100 | e5a3bdec9ea25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)