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 | 嫉渼 | 111100011111101010001110101110011111101101001001 | f1fa8eb9fb49 |
EUC-JP | ?嫉渼 | 001111111011110010111011100011111100011111110000 | 3fbcbb8fc7f0 |
UTF-8 | 嫉渼 | 111011101000010110110101111001011010101110001001111001101011100010111100 | ee85b5e5ab89e6b8bc |
UHC | ?嫉渼 | 0011111111110010111011001101101010110100 | 3ff2ecdab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)