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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
UTF-8 | 웟싨듺 | 111011001001101110011111111011001000101110101000111010111001001110111010 | ec9b9fec8ba8eb93ba |
UHC | 웟싨듺 | 100111110110110110011010111001101000101011100000 | 9f6d9ae68ae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)