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 | 譖罹葡 | 111001101001101110011100111010111001010110010010 | e69b9ceb9592 |
EUC-JP | 譖罹葡 | 111010111111101111011000111011011100100111110010 | ebfbd8edc9f2 |
UTF-8 | 譖罹葡 | 111010001010110110010110111001111011110110111001111010001001000110100001 | e8ad96e7bdb9e891a1 |
UHC | ?罹葡 | 0011111111010111111001111111100011100011 | 3fd7e7f8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)