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 | ツコ棏 | 11000010101110101111101011100111 | c2bafae7 |
EUC-JP | ツコ棏 | 10001110110000101000111010111010100011111100001111111110 | 8ec28eba8fc3fe |
UTF-8 | ツコ棏 | 111011111011111010000010111011111011110110111010111001101010001110001111 | efbe82efbdbae6a38f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)