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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 竏シ縲滴 | 11100010100010001011110011100011100000001001001101001000 | e288bce3809348 |
EUC-JP | 竏シ縲滴 | 1110001111101000100011101011110011100101111000001100010110101001 | e3e88ebce5e0c5a9 |
UTF-8 | 竏シ縲滴 | 111001111010101110001111111011111011110110111100111001111011100010110010111001101011101110110100 | e7ab8fefbdbce7b8b2e6bbb4 |
UHC | ???滴 | 0011111100111111001111111110111011011001 | 3f3f3feed9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)