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 | 隘??巖 | 111010001010010100111111001111111001101111011100 | e8a53f3f9bdc |
EUC-JP | 隘??巖 | 111100001010011100111111001111111101011011011110 | f0a73f3fd6de |
UTF-8 | 隘꼷뢆巖 | 111010011001101010011000111010101011110010110111111010111010001010000110111001011011011110010110 | e99a98eabcb7eba286e5b796 |
UHC | 隘꼷뢆巖 | 1110010011110110100001001000111110001111010000101110010011011100 | e4f6848f8f42e4dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)