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 | 鸚?Н | 1110101001011111001111111000010001001110 | ea5f3f844e |
EUC-JP | 鸚?Н | 1111001111000000001111111010011110101111 | f3c03fa7af |
UTF-8 | 鸚뽯Н | 1110100110111000100110101110101110111101101011111101000010011101 | e9b89aebbdafd09d |
UHC | 鸚뽯Н | 111001011010010010010110111010111010110010101111 | e5a496ebacaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)