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 | 嵩??掖 | 100100001001001100111111001111111001110101110100 | 90933f3f9d74 |
EUC-JP | 嵩??掖 | 101111111111001100111111001111111101100111010101 | bff33f3fd9d5 |
UTF-8 | 嵩뜄렧掖 | 111001011011010110101001111010111001110010000100111010111010000010100111111001101000111010010110 | e5b5a9eb9c84eba0a7e68e96 |
UHC | 嵩뜄렧掖 | 1110001110100001100011011000100010001110101101101110010011111010 | e3a18d888eb6e4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)