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 | 駭基? | 1110100101101110100010101110111000111111 | e96e8aee3f |
EUC-JP | 駭基? | 1111000111001111101101001111000000111111 | f1cfb4f03f |
UTF-8 | 駭基렰 | 111010011010011110101101111001011001111110111010111010111010000010110000 | e9a7ade59fbaeba0b0 |
UHC | 駭基렰 | 111110101011010011010000111100011000111010111101 | fab4d0f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)