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 | ィェ\ | 1010100011110110101010001010101001011100 | a8f6a8aa5c |
EUC-JP | ィ?ェ\ | 100011101010100000111111100011101010101001011100 | 8ea83f8eaa5c |
UTF-8 | ィェ\ | 11101111101111011010100011101110100100111000111111101111101111011010101001011100 | efbda8ee938fefbdaa5c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)