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 | 襤号崖箙 | 1110011001000001100011011000011010001010010100101110001010110111 | e6418d868a52e2b7 |
EUC-JP | 襤号崖箙 | 1110101110100010101110011110011010110011101100111110010010111001 | eba2b9e6b3b3e4b9 |
UTF-8 | 襤号崖箙 | 111010001010010110100100111001011000111110110111111001011011010010010110111001111010111010011001 | e8a5a4e58fb7e5b496e7ae99 |
UHC | 襤?崖? | 110101011100000100111111111001001111000000111111 | d5c13fe4f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)