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 | 艾??\ | 1110010010001000001111110011111101011100 | e4883f3f5c |
EUC-JP | 艾??\ | 1110011111101000001111110011111101011100 | e7e83f3f5c |
UTF-8 | 艾쎌옃\ | 11101000100010011011111011101100100011101000110011101100100110001000001101011100 | e889beec8e8cec98835c |
UHC | 艾쎌옃\ | 11100100111101011011110111101100100111101000111101011100 | e4f5bdec9e8f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)