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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 帳??燿??^ | 100100101010000000111111001111111110000010100000001111110011111101011110 | 92a03f3fe0a03f3f5e |
EUC-JP | 帳??燿??^ | 110001001010001000111111001111111110000010100010001111110011111101011110 | c4a23f3fe0a23f3f5e |
UTF-8 | 帳잞푶燿뗰숲^ | 11100101101110001011001111101100100111101001111011101101100100011011011011100111100001111011111111101011100101111011000011101100100010001011001001011110 | e5b8b3ec9e9eed91b6e787bfeb97b0ec88b25e |
UHC | 帳잞푶燿뗰숲^ | 11101101111000111001111111101111101111101000010011101000111111001000101111101111101111011010001101011110 | ede39fefbe84e8fc8befbda35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)