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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隍よ辨蟯 | 1110100010100100100000101110011010011001100111101110010110110010 | e8a482e6999ee5b2 |
EUC-JP | 隍よ辨蟯 | 1111000010100110101001001110100011010001111111101110101010110100 | f0a6a4e8d1feeab4 |
UTF-8 | 隍よ辨蟯 | 111010011001101010001101111000111000001010001000111010001011111010101000111010001001111110101111 | e99a8de38288e8bea8e89faf |
UHC | 隍よ辨蟯 | 1111110011011011101010101110100011011100101010011110100110101000 | fcdbaae8dca9e9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)