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 | 嵩??縊 | 100100001001001100111111001111111110001101101111 | 90933f3fe36f |
EUC-JP | 嵩??縊 | 101111111111001100111111001111111110010111010000 | bff33f3fe5d0 |
UTF-8 | 嵩뤹뒰縊 | 111001011011010110101001111010111010010010111001111010111001001010110000111001111011100010001010 | e5b5a9eba4b9eb92b0e7b88a |
UHC | 嵩뤹뒰縊 | 1110001110100001100011111110011110001010101010011110010011111100 | e3a18fe78aa9e4fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)