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 | ??h??WB | 00111111001111110110100000111111001111110101011101000010 | 3f3f683f3f5742 |
SJIS-WIN | ??h??WB | 00111111001111110110100000111111001111110101011101000010 | 3f3f683f3f5742 |
EUC-JP | ??h??WB | 00111111001111110110100000111111001111110101011101000010 | 3f3f683f3f5742 |
UTF-8 | 첬횑h첬횑WB | 111011001011001010101100111011011001101010010001011010001110110010110010101011001110110110011010100100010101011101000010 | ecb2aced9a9168ecb2aced9a915742 |
UHC | 첬횑h첬횑WB | 1100001110111010110000111000110001101000110000111011101011000011100011000101011101000010 | c3bac38c68c3bac38c5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)