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雄?縡 | 10010001101000010011111110000010100010001001011101011001001111111110001101110001 | 91a13f828897593fe371 |
EUC-JP | 贈?h雄?縡 | 11000010101000110011111110100011111010001100110110111010001111111110010111010010 | c2a33fa3e8cdba3fe5d2 |
UTF-8 | 贈뷴h雄렧縡 | 111010001011010010001000111010111011011110110100111011111011110110001000111010011001101110000100111010111010000010100111111001111011100010100001 | e8b488ebb7b4efbd88e99b84eba0a7e7b8a1 |
UHC | 贈뷴h雄렧縡 | 111100011111110010111010111001011010001111101000111010101010100110001110101101101110111010101101 | f1fcbae5a3e8eaa98eb6eead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)