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?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
SJIS-WIN | ?????P?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
EUC-JP | ?????P?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
UTF-8 | 창쨍혘혢혥P창짬 | 11101100101100001011110111101100101010001000110111101101100110001001100011101101100110001010001011101101100110001010010101010000111011001011000010111101111011001010011110101100 | ecb0bdeca88ded9898ed98a2ed98a550ecb0bdeca7ac |
UHC | 창쨍혘혢혥P창짬 | 110000111010001011000010101110001100001010000011110000101000101111000010100011010101000011000011101000101100001010101011 | c3a2c2b8c283c28bc28d50c3a2c2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)