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 | 疫????? | 10001001011101010011111100111111001111110011111100111111 | 89753f3f3f3f3f |
EUC-JP | 疫??孼?? | 101100011101011000111111001111111000111110111010110000110011111100111111 | b1d63f3f8fbac33f3f |
UTF-8 | 疫쏁떻孼껇꽦 | 111001111001011010101011111011001000111110000001111010111001011010111011111001011010110110111100111010101011101110000111111010101011110110100110 | e796abec8f81eb96bbe5adbceabb87eabda6 |
UHC | 疫쏁떻孼껇꽦 | 111001101011100110011011111001111011011010111011111001011110110110000011111010001000010010110001 | e6b99be7b6bbe5ed83e884b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)