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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 竏シ縲途B | 1110001010001000101111001110001110000000100100110111001001000010 | e288bce380937242 |
EUC-JP | 竏シ縲途B | 111000111110100010001110101111001110010111100000110001011101001101000010 | e3e88ebce5e0c5d342 |
UTF-8 | 竏シ縲途B | 11100111101010111000111111101111101111011011110011100111101110001011001011101001100000001001010001000010 | e7ab8fefbdbce7b8b2e9809442 |
UHC | ???途B | 001111110011111100111111110101001011001001000010 | 3f3f3fd4b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)