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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嫉而 | 111100001100000010001110101110011000111010100111 | f0c08eb98ea7 |
EUC-JP | ?嫉而 | 0011111110111100101110111011110010101001 | 3fbcbbbca9 |
UTF-8 | 嫉而 | 111011101000000110111111111001011010101110001001111010001000000010001100 | ee81bfe5ab89e8808c |
UHC | ?嫉而 | 0011111111110010111011001110110010111011 | 3ff2ececbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)