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 | 窪仇廓 | 100011000100010110001011011101111000101001100110 | 8c458b778a66 |
EUC-JP | 窪仇廓 | 101101111010011010110101110110001011001111000111 | b7a6b5d8b3c7 |
UTF-8 | 窪仇廓 | 111001111010101010101010111001001011101110000111111001011011101110010011 | e7aaaae4bb87e5bb93 |
UHC | 窪仇廓 | 111010001100000111001110111110111100111010101001 | e8c1cefbcea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)