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 | 鸚?М | 1110101001011111001111111000010001001101 | ea5f3f844d |
EUC-JP | 鸚?М | 1111001111000000001111111010011110101110 | f3c03fa7ae |
UTF-8 | 鸚뽯М | 1110100110111000100110101110101110111101101011111101000010011100 | e9b89aebbdafd09c |
UHC | 鸚뽯М | 111001011010010010010110111010111010110010101110 | e5a496ebacae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)