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 | 荳基き | 111001001011100010001010111011101000001010101011 | e4b88aee82ab |
EUC-JP | 荳基き | 111010001011101010110100111100001010010010101101 | e8bab4f0a4ad |
UTF-8 | 荳基き | 111010001000110110110011111001011001111110111010111000111000000110001101 | e88db3e59fbae3818d |
UHC | 荳基き | 110101001110010111010000111100011010101010101101 | d4e5d0f1aaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)