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 | 崖彧懊 | 100010100101001011111010101110011001110011100011 | 8a52fab99ce3 |
EUC-JP | 崖彧懊 | 10110011101100111000111110111100111111101101100011100101 | b3b38fbcfed8e5 |
UTF-8 | 崖彧懊 | 111001011011010010010110111001011011110110100111111001101000011110001010 | e5b496e5bda7e6878a |
UHC | 崖彧懊 | 111001001111000011101001111011101110011111111000 | e4f0e9eee7f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)