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 | 至?? | 10001110100010100011111100111111 | 8e8a3f3f |
EUC-JP | 至?? | 10111011111010100011111100111111 | bbea3f3f |
UTF-8 | 至롍렩 | 111010001000011110110011111010111010000110001101111010111010000010101001 | e887b3eba18deba0a9 |
UHC | 至롍렩 | 111100101011100010001110110100111000111010110111 | f2b88ed38eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)