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 | 蚓?c | 1110010101101101001111111000001010000011 | e56d3f8283 |
EUC-JP | 蚓?c | 1110100111001110001111111010001111100011 | e9ce3fa3e3 |
UTF-8 | 蚓쇌c | 111010001001101010010011111011001000011110001100111011111011110110000011 | e89a93ec878cefbd83 |
UHC | 蚓쇌c | 111011001110001010111100111001001010001111100011 | ece2bce4a3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)