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 | 轤寂跳 | 111001111000001010001110111000101001001010110101 | e7828ee292b5 |
EUC-JP | 轤寂跳 | 111011011110001010111100111001001100010010110111 | ede2bce4c4b7 |
UTF-8 | 轤寂跳 | 111010001011110110100100111001011010111110000010111010001011011110110011 | e8bda4e5af82e8b7b3 |
UHC | ?寂跳 | 0011111111101110110101101101010010101111 | 3feed6d4af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)