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 | ?e?W?e??K | 001111110110010100111111010101110011111101100101001111110011111101001011 | 3f653f573f653f3f4b |
SJIS-WIN | ?e?W?e??K | 001111110110010100111111010101110011111101100101001111110011111101001011 | 3f653f573f653f3f4b |
EUC-JP | ?e?W?e??K | 001111110110010100111111010101110011111101100101001111110011111101001011 | 3f653f573f653f3f4b |
UTF-8 | 찼e챌W찼e챈쨔K | 11101100101100001011110001100101111011001011000110001100010101111110110010110000101111000110010111101100101100011000100011101100101010001001010001001011 | ecb0bc65ecb18c57ecb0bc65ecb188eca8944b |
UHC | 찼e챌W찼e챈쨔K | 1100001110100001011001011100001110100111010101111100001110100001011001011100001110100110110000101011100101001011 | c3a165c3a757c3a165c3a6c2b94b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)