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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 瑚?E瑚?EB | 100011001110100000111111010001011000110011101000001111110100010101000010 | 8ce83f458ce83f4542 |
EUC-JP | 瑚?E瑚?EB | 101110001110101000111111010001011011100011101010001111110100010101000010 | b8ea3f45b8ea3f4542 |
UTF-8 | 瑚렞E瑚렞EB | 111001111001000110011010111010111010000010011110010001011110011110010001100110101110101110100000100111100100010101000010 | e7919aeba09e45e7919aeba09e4542 |
UHC | 瑚렞E瑚렞EB | 1111101111010001100011101010111101000101111110111101000110001110101011110100010101000010 | fbd18eaf45fbd18eaf4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)