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 | 綜?h雄?縡 | 10010001100011100011111110000010100010001001011101011001001111111110001101110001 | 918e3f828897593fe371 |
EUC-JP | 綜?h雄?縡 | 11000001111011100011111110100011111010001100110110111010001111111110010111010010 | c1ee3fa3e8cdba3fe5d2 |
UTF-8 | 綜뷴h雄렧縡 | 111001111011011010011100111010111011011110110100111011111011110110001000111010011001101110000100111010111010000010100111111001111011100010100001 | e7b69cebb7b4efbd88e99b84eba0a7e7b8a1 |
UHC | 綜뷴h雄렧縡 | 111100001111110010111010111001011010001111101000111010101010100110001110101101101110111010101101 | f0fcbae5a3e8eaa98eb6eead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)