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 | ?役晳 | 0011111110010110111100001111101011011001 | 3f96f0fad9 |
EUC-JP | ?役晳 | 001111111100110011110010100011111100001011000100 | 3fccf28fc2c4 |
UTF-8 | 黎役晳 | 111011111010011010001001111001011011110110111001111001101001100110110011 | efa689e5bdb9e699b3 |
UHC | 黎役晳 | 111001101011000111100110101101011110000010101111 | e6b1e6b5e0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)