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 | ?C??? | 0011111101000011001111110011111100111111 | 3f433f3f3f |
SJIS-WIN | 哺C韈痾瘁 | 100110100100110101000011111010001110011111100001011111011110000110000001 | 9a4d43e8e7e17de181 |
EUC-JP | 哺C韈痾瘁 | 110100111010111001000011111100001110100111100001110111101110000111100001 | d3ae43f0e9e1dee1e1 |
UTF-8 | 哺C韈痾瘁 | 11100101100100111011101001000011111010011001111110001000111001111001011110111110111001111001100010000001 | e593ba43e99f88e797bee79881 |
UHC | 哺C??? | 111110001101010001000011001111110011111100111111 | f8d4433f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)