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 | ?????W?~ | 0011111100111111001111110011111100111111010101110011111101111110 | 3f3f3f3f3f573f7e |
SJIS-WIN | ?????W?~ | 0011111100111111001111110011111100111111010101110011111101111110 | 3f3f3f3f3f573f7e |
EUC-JP | ?????W?~ | 0011111100111111001111110011111100111111010101110011111101111110 | 3f3f3f3f3f573f7e |
UTF-8 | 채청혢혞혦W챌~ | 1110110010110001100001001110110010110010101011011110110110011000101000101110110110011000100111101110110110011000101001100101011111101100101100011000110001111110 | ecb184ecb2aded98a2ed989eed98a657ecb18c7e |
UHC | 채청혢혞혦W챌~ | 1100001110100100110000111011101111000010100010111100001010001000110000101000111001010111110000111010011101111110 | c3a4c3bbc28bc288c28e57c3a77e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)