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?????? | 0011111101010000001111110011111100111111001111110011111100111111 | 3f503f3f3f3f3f3f |
SJIS-WIN | ?P?????? | 0011111101010000001111110011111100111111001111110011111100111111 | 3f503f3f3f3f3f3f |
EUC-JP | ?P?????? | 0011111101010000001111110011111100111111001111110011111100111111 | 3f503f3f3f3f3f3f |
UTF-8 | 채P혘혛혦짱채첩 | 11101100101100011000010001010000111011011001100010011000111011011001100010011011111011011001100010100110111011001010011110110001111011001011000110000100111011001011001010101001 | ecb18450ed9898ed989bed98a6eca7b1ecb184ecb2a9 |
UHC | 채P혘혛혦짱채첩 | 110000111010010001010000110000101000001111000010100001101100001010001110110000101010111111000011101001001100001110111000 | c3a450c283c286c28ec2afc3a4c3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)