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 | ???P???PB | 001111110011111100111111010100000011111100111111001111110101000001000010 | 3f3f3f503f3f3f5042 |
SJIS-WIN | ???P???PB | 001111110011111100111111010100000011111100111111001111110101000001000010 | 3f3f3f503f3f3f5042 |
EUC-JP | ???P???PB | 001111110011111100111111010100000011111100111111001111110101000001000010 | 3f3f3f503f3f3f5042 |
UTF-8 | 챤혬혡P챤혬혡PB | 111011001011000110100100111011011001100010101100111011011001100010100001010100001110110010110001101001001110110110011000101011001110110110011000101000010101000001000010 | ecb1a4ed98aced98a150ecb1a4ed98aced98a15042 |
UHC | 챤혬혡P챤혬혡PB | 110000111010111011000010100101001100001010001010010100001100001110101110110000101001010011000010100010100101000001000010 | c3aec294c28a50c3aec294c28a5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)