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 | 伍??\ | 1000110011011110001111110011111101011100 | 8cde3f3f5c |
EUC-JP | 伍??\ | 1011100011100000001111110011111101011100 | b8e03f3f5c |
UTF-8 | 伍섊쮽\ | 11100100101111001000110111101100100001001000101011101100101011101011110101011100 | e4bc8dec848aecaebd5c |
UHC | 伍섊쮽\ | 11100111111010101001100011100111101010001001100101011100 | e7ea98e7a8995c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)