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창쩍 | 11101100101100011000010011101100101010001001010011101101100110001010011011101101100110001001111111101101100110001001100101010000111011001011000010111101111011001010100110001101 | ecb184eca894ed98a6ed989fed989950ecb0bdeca98d |
UHC | 채쨔혦혟혙P창쩍 | 110000111010010011000010101110011100001010001110110000101000100111000010100001000101000011000011101000101100001010111101 | c3a4c2b9c28ec289c28450c3a2c2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)