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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豢ゥ郢ー蟄藁 | 11100110101101001010100111100111101110011011000011100101101011011001100001101101 | e6b4a9e7b9b0e5ad986d |
EUC-JP | 豢ゥ郢ー蟄藁 | 111011001011011010001110101010011110111010111011100011101011000011101010101011111100111111001110 | ecb68ea9eebb8eb0eaafcfce |
UTF-8 | 豢ゥ郢ー蟄藁 | 111010001011000110100010111011111011110110101001111010011000001110100010111011111011110110110000111010001001111110000100111010001001011110000001 | e8b1a2efbda9e983a2efbdb0e89f84e89781 |
UHC | ????蟄藁 | 0011111100111111001111110011111111110110110111101100110111001011 | 3f3f3f3ff6decdcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)