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 | 豁泌サゥ闔撮 | 11100110101011011001010011100101101110111010100111101000100011101000111001000010 | e6ad94e5bba9e88e8e42 |
EUC-JP | 豁泌サゥ闔撮 | 111011001010111111001000111001111000111010111011100011101010100111101111111011101011101110100011 | ecafc8e78ebb8ea9efeebba3 |
UTF-8 | 豁泌サゥ闔撮 | 111010001011000110000001111001101011001110001100111011111011110110111011111011111011110110101001111010011001011110010100111001101001001010101110 | e8b181e6b38cefbdbbefbda9e99794e692ae |
UHC | 豁泌??闔撮 | 11111100110000111111100110110010001111110011111111111001111011111111010111001001 | fcc3f9b23f3ff9eff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)