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 | 譛火ソ | 1110011010011100100010011100111010111111 | e69c89cebf |
EUC-JP | 譛火ソ | 111010111111110010110010110100001000111010111111 | ebfcb2d08ebf |
UTF-8 | 譛火ソ | 111010001010110110011011111001111000000110101011111011111011110110111111 | e8ad9be781abefbdbf |
UHC | ?火? | 00111111111110111111110100111111 | 3ffbfd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)