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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 餓??塋よ | 1000100111101100001111110011111110011010110010001000001011100110 | 89ec3f3f9ac882e6 |
EUC-JP | 餓??塋よ | 1011001011101110001111110011111111010100110010101010010011101000 | b2ee3f3fd4caa4e8 |
UTF-8 | 餓뽬떨塋よ | 111010011010010010010011111010111011110110101100111010111001011010101000111001011010000110001011111000111000001010001000 | e9a493ebbdaceb96a8e5a18be38288 |
UHC | 餓뽬떨塋よ | 11100100101110111001011011101000101101101011001111100111101010111010101011101000 | e4bb96e8b6b3e7abaae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)