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 | 驪吝? | 1110100110001011100110011110010100111111 | e98b99e53f |
EUC-JP | 驪吝蔯 | 11110001111010111101001011100111100011111101100110111100 | f1ebd2e78fd9bc |
UTF-8 | 驪吝蔯 | 111010011010100110101010111001011001000010011101111010001001010010101111 | e9a9aae5909de894af |
UHC | 驪吝蔯 | 110101011111000111010111111100001111001011011110 | d5f1d7f0f2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)