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 | 蒿梧閏 | 111001001110010010001100111001101000100101011011 | e4e48ce6895b |
EUC-JP | 蒿梧閏 | 111010001110011010111000111010001011000110111100 | e8e6b8e8b1bc |
UTF-8 | 蒿梧閏 | 111010001001001010111111111001101010001010100111111010011001011010001111 | e892bfe6a2a7e9968f |
UHC | 蒿梧閏 | 111110111101101011100111111111001110101111001110 | fbdae7fcebce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)