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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 矣??? | 1110000111100001001111110011111100111111 | e1e13f3f3f |
EUC-JP | 矣??? | 1110001011100011001111110011111100111111 | e2e33f3f3f |
UTF-8 | 矣흖렣렦 | 111001111001111110100011111011011001110110010110111010111010000010100011111010111010000010100110 | e79fa3ed9d96eba0a3eba0a6 |
UHC | 矣흖렣렦 | 1110101111111000110010001110100010001110101101001000111010110101 | ebf8c8e88eb48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)