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 | 陷定尸 | 111010001001110010010010111010001001101110011001 | e89c92e89b99 |
EUC-JP | 陷定尸 | 111011111111110011000100111010101101010111111001 | effcc4ead5f9 |
UTF-8 | 陷定尸 | 111010011001100110110111111001011010111010011010111001011011000010111000 | e999b7e5ae9ae5b0b8 |
UHC | 陷定尸 | 111110011110100011101111110100101110001110111001 | f9e8efd2e3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)