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 | 昕鋺賤 | 111110101100111111100111111110101110011011001011 | facfe7fae6cb |
EUC-JP | 昕鋺賤 | 10001111110000011111110011101110111111001110110011001101 | 8fc1fceefceccd |
UTF-8 | 昕鋺賤 | 111001101001100010010101111010011000101110111010111010001011001110100100 | e69895e98bbae8b3a4 |
UHC | 昕?賤 | 1111110111011010001111111111010011000001 | fdda3ff4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)