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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 茹k?鉛?? | 111001001010010110000010100010110011111110001001100101000011111100111111 | e4a5828b3f89943f3f |
EUC-JP | 茹k?鉛?? | 111010001010011110100011111010110011111110110001111101000011111100111111 | e8a7a3eb3fb1f43f3f |
UTF-8 | 茹k젩鉛녿젶 | 111010001000110010111001111011111011110110001011111011001010000010101001111010011000100110011011111010111000010110111111111011001010000010110110 | e88cb9efbd8beca0a9e9899beb85bfeca0b6 |
UHC | 茹k젩鉛녿젶 | 111001101010101010100011111010111010000010100001111001101110011110000110111010111010000010101010 | e6aaa3eba0a1e6e786eba0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)