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 | 鶯痔瀅 | 111010011111001010001110101001001111101101001110 | e9f28ea4fb4e |
EUC-JP | 鶯痔瀅 | 11110010111101001011110010100110100011111100100110101011 | f2f4bca68fc9ab |
UTF-8 | 鶯痔瀅 | 111010011011011010101111111001111001011110010100111001111000000010000101 | e9b6afe79794e78085 |
UHC | 鶯痔瀅 | 111001011010001111110110110000001111101110100100 | e5a3f6c0fba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)