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 | ??EE | 00111111001111110100010101000101 | 3f3f4545 |
SJIS-WIN | 衙徇EE | 111001011100100110011100011011010100010101000101 | e5c99c6d4545 |
EUC-JP | 衙徇EE | 111010101100101111010111110011100100010101000101 | eacbd7ce4545 |
UTF-8 | 衙徇EE | 1110100010100001100110011110010110111110100001110100010101000101 | e8a199e5be874545 |
UHC | 衙徇EE | 111001001011011111100010110111110100010101000101 | e4b7e2df4545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)