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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋧ソス | 11111011110011111011111110111101 | fbcfbfbd |
EUC-JP | 鋧ソス | 10001111111001001100101110001110101111111000111010111101 | 8fe4cb8ebf8ebd |
UTF-8 | 鋧ソス | 111010011000101110100111111011111011110110111111111011111011110110111101 | e98ba7efbdbfefbdbd |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)