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 | 譖罹胸 | 111001101001101110011100111010111000101110111001 | e69b9ceb8bb9 |
EUC-JP | 譖罹胸 | 111010111111101111011000111011011011011010111011 | ebfbd8edb6bb |
UTF-8 | 譖罹胸 | 111010001010110110010110111001111011110110111001111010001000001110111000 | e8ad96e7bdb9e883b8 |
UHC | ?罹胸 | 0011111111010111111001111111110111011000 | 3fd7e7fdd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)