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 | 諛雅函 | 111001101000011110001001111010111001010010011111 | e68789eb949f |
EUC-JP | 諛雅函 | 111010111110011110110010111011011100100010100001 | ebe7b2edc8a1 |
UTF-8 | 諛雅函 | 111010001010101110011011111010011001101110000101111001011000011110111101 | e8ab9be99b85e587bd |
UHC | 諛雅函 | 111010111011000011100100101110101111100111011110 | ebb0e4baf9de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)