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 | 聞穗聞 | 100101011011011111100010011011101001010110110111 | 95b7e26e95b7 |
EUC-JP | 聞穗聞 | 110010101011100111100011110011111100101010111001 | cab9e3cfcab9 |
UTF-8 | 聞穗聞 | 111010001000000110011110111001111010100110010111111010001000000110011110 | e8819ee7a997e8819e |
UHC | 聞穗聞 | 110110101010010011100010101101001101101010100100 | daa4e2b4daa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)