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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????曇 | 001111110011111100111111001111111001001111011100 | 3f3f3f3f93dc |
EUC-JP | ??庾?曇 | 0011111100111111100011111011110011001110001111111100011011011110 | 3f3f8fbcce3fc6de |
UTF-8 | 쑈뤊庾쳩曇 | 111011001001000110001000111010111010010010001010111001011011101010111110111011001011001110101001111001101001101110000111 | ec9188eba48ae5babeecb3a9e69b87 |
UHC | 쑈뤊庾쳩曇 | 10111110101001001000111110111010111010101110110010101011100011101101001110111110 | bea48fbaeaecab8ed3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)