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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??宬?? | 00111111001111111000111110111010110100110011111100111111 | 3f3f8fbad33f3f |
UTF-8 | 롏롗宬롈롖 | 111010111010000110001111111010111010000110010111111001011010111010101100111010111010000110001000111010111010000110010110 | eba18feba197e5aeaceba188eba196 |
UHC | 롏롗宬롈롖 | 10001110110101011000111011011011111000001111010010001110110011101000111011011010 | 8ed58edbe0f48ece8eda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)