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 | ??蟯 | 00111111001111111110010110110010 | 3f3fe5b2 |
EUC-JP | 搔璲蟯 | 1000111111000000110010111000111111001100111001011110101010110100 | 8fc0cb8fcce5eab4 |
UTF-8 | 搔璲蟯 | 111001101001000010010100111001111001001010110010111010001001111110101111 | e69094e792b2e89faf |
UHC | 搔璲蟯 | 111000011011100011100010101100001110100110101000 | e1b8e2b0e9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)