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 | ??????gB | 0011111100111111001111110011111100111111001111110110011101000010 | 3f3f3f3f3f3f6742 |
SJIS-WIN | ??知???gB | 001111110011111110010010011011010011111100111111001111110110011101000010 | 3f3f926d3f3f3f6742 |
EUC-JP | ??知???gB | 001111110011111111000011110011100011111100111111001111110110011101000010 | 3f3fc3ce3f3f3f6742 |
UTF-8 | 렱렚知렱렎셔gB | 1110101110100000101100011110101110100000100110101110011110011111101001011110101110100000101100011110101110100000100011101110110010000101100101000110011101000010 | eba0b1eba09ae79fa5eba0b1eba08eec85946742 |
UHC | 렱렚知렱렎셔gB | 1000111010111110100011101010110111110010101100011000111010111110100011101010010010111100110001010110011101000010 | 8ebe8eadf2b18ebe8ea4bcc56742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)