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 | 諢朱軒 | 111001101000010010001110111010011000110010101100 | e6848ee98cac |
EUC-JP | 諢朱軒 | 111010111110010010111100111010111011100010101110 | ebe4bcebb8ae |
UTF-8 | 諢朱軒 | 111010001010101110100010111001101001110010110001111010001011101110010010 | e8aba2e69cb1e8bb92 |
UHC | ?朱軒 | 0011111111110001101110011111101011001101 | 3ff1b9facd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)