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 | 猜?? | 11100000110010000011111100111111 | e0c83f3f |
EUC-JP | 猜?? | 11100000110010100011111100111111 | e0ca3f3f |
UTF-8 | 猜뒳섘 | 111001111000110010011100111010111001001010110011111011001000010010011000 | e78c9ceb92b3ec8498 |
UHC | 猜뒳섘 | 111000111100010010001010101011001001100011110011 | e3c48aac98f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)