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 | 駭級憩 | 111010010110111010001011100010011000110001100101 | e96e8b898c65 |
EUC-JP | 駭級憩 | 111100011100111110110101111010011011011111000110 | f1cfb5e9b7c6 |
UTF-8 | 駭級憩 | 111010011010011110101101111001111011010010011010111001101000011010101001 | e9a7ade7b49ae686a9 |
UHC | 駭級憩 | 111110101011010011010000111001001100110010101000 | fab4d0e4cca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)