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 | ??莎ギ? | 00111111001111111110010010110011100000110100110100111111 | 3f3fe4b3834d3f |
EUC-JP | ??莎ギ? | 00111111001111111110100010110101101001011010111000111111 | 3f3fe8b5a5ae3f |
UTF-8 | 룵끝莎ギ룶 | 111010111010001110110101111010111000000110011101111010001000111010001110111000111000001010101110111010111010001110110110 | eba3b5eb819de88e8ee382aeeba3b6 |
UHC | 룵끝莎ギ룶 | 10001111101010101011001110100001110111101110110110101011101011101000111110101011 | 8faab3a1deedabae8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)