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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | ?窯\}?窯\{^ | 0011111110010111011100010101110001111101001111111001011101110001010111000111101101011110 | 3f97715c7d3f97715c7b5e |
EUC-JP | ?窯\}?窯\{^ | 0011111111001101110100100101110001111101001111111100110111010010010111000111101101011110 | 3fcdd25c7d3fcdd25c7b5e |
UTF-8 | 럠窯\}럠窯\{^ | 1110101110011111101000001110011110101010101011110101110001111101111010111001111110100000111001111010101010101111010111000111101101011110 | eb9fa0e7aaaf5c7deb9fa0e7aaaf5c7b5e |
UHC | 럠窯\}럠窯\{^ | 10001110100000111110100110100010010111000111110110001110100000111110100110100010010111000111101101011110 | 8e83e9a25c7d8e83e9a25c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)