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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 茹?茹?B | 11100100101001010011111111100100101001010011111101000010 | e4a53fe4a53f42 |
EUC-JP | 茹?茹?B | 11101000101001110011111111101000101001110011111101000010 | e8a73fe8a73f42 |
UTF-8 | 茹잸茹잸B | 11101000100011001011100111101100100111101011100011101000100011001011100111101100100111101011100001000010 | e88cb9ec9eb8e88cb9ec9eb842 |
UHC | 茹잸茹잸B | 111001101010101010100000010000011110011010101010101000000100000101000010 | e6aaa041e6aaa04142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)