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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嘲?臧? | 100110100111110100111111111001000110100000111111 | 9a7d3fe4683f |
EUC-JP | 嘲?臧? | 110100111101111000111111111001111100100100111111 | d3de3fe7c93f |
UTF-8 | 嘲렋臧렲 | 111001011001100010110010111010111010000010001011111010001000011110100111111010111010000010110010 | e598b2eba08be887a7eba0b2 |
UHC | 嘲렋臧렲 | 1111000010111111100011101010001011101101111101011000111010111111 | f0bf8ea2edf58ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)