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?? | 001111110011111100111111010100000011111100111111 | 3f3f3f503f3f |
SJIS-WIN | ???P?? | 001111110011111100111111010100000011111100111111 | 3f3f3f503f3f |
EUC-JP | ???P?? | 001111110011111100111111010100000011111100111111 | 3f3f3f503f3f |
UTF-8 | 챙짹혙P챠혱 | 11101100101100011001100111101100101001111011100111101101100110001001100101010000111011001011000110100000111011011001100010110001 | ecb199eca7b9ed989950ecb1a0ed98b1 |
UHC | 챙짹혙P챠혱 | 1100001110101100110000101011000111000010100001000101000011000011101011011100001010011000 | c3acc2b1c28450c3adc298 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)