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?\ | 0011111100111111001111110011111100111111010101110011111101011100 | 3f3f3f3f3f573f5c |
SJIS-WIN | ?????W?\ | 0011111100111111001111110011111100111111010101110011111101011100 | 3f3f3f3f3f573f5c |
EUC-JP | ?????W?\ | 0011111100111111001111110011111100111111010101110011111101011100 | 3f3f3f3f3f573f5c |
UTF-8 | 채횥혖혣혧W챔\ | 1110110010110001100001001110110110011010101001011110110110011000100101101110110110011000101000111110110110011000101001110101011111101100101100011001010001011100 | ecb184ed9aa5ed9896ed98a3ed98a757ecb1945c |
UHC | 채횥혖혣혧W챔\ | 1100001110100100110000111001110011000010100000011100001010001100110000101000111101010111110000111010100001011100 | c3a4c39cc281c28cc28f57c3a85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)