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 | 111000101011010111100001110111010100010101000101 | e2b5e1dd4545 |
EUC-JP | 箏矍EE | 111001001011011111100010110111110100010101000101 | e4b7e2df4545 |
UTF-8 | 箏矍EE | 1110011110101110100011111110011110011111100011010100010101000101 | e7ae8fe79f8d4545 |
UHC | 箏?EE | 1110111010110100001111110100010101000101 | eeb43f4545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)