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 | 第經毖 | 100100011110011011100011010100111111101011110100 | 91e6e353faf4 |
EUC-JP | 第經毖 | 11000010111010001110010110110100100011111100011010111000 | c2e8e5b48fc6b8 |
UTF-8 | 第經毖 | 111001111010110010101100111001111011011010010011111001101010111110010110 | e7acace7b693e6af96 |
UHC | 第經毖 | 111100001010111111001100111010001101110111110000 | f0afcce8ddf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)