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 | 蛟悶Κ | 111001011000000010010110111000111000001110101000 | e58096e383a8 |
EUC-JP | 蛟悶Κ | 111010011110000011001100111001011010011010101010 | e9e0cce5a6aa |
UTF-8 | 蛟悶Κ | 1110100010011011100111111110011010000010101101101100111010011010 | e89b9fe682b6ce9a |
UHC | 蛟悶Κ | 110011101111000111011010101111111010010111001010 | cef1dabfa5ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)