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 | ?????曇 | 00111111001111110011111100111111001111111001001111011100 | 3f3f3f3f3f93dc |
EUC-JP | ?????曇 | 00111111001111110011111100111111001111111100011011011110 | 3f3f3f3f3fc6de |
UTF-8 | 렺씽렊렺매曇 | 111010111010000010111010111011001001010010111101111010111010000010001010111010111010000010111010111010111010011110100100111001101001101110000111 | eba0baec94bdeba08aeba0baeba7a4e69b87 |
UHC | 렺씽렊렺매曇 | 100011101100001010111110110001011000111010100001100011101100001010111000110001011101001110111110 | 8ec2bec58ea18ec2b8c5d3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)