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 | 飮??歪 | 100111110101101000111111001111111001100001100011 | 9f5a3f3f9863 |
EUC-JP | 飮??歪 | 110111011011101100111111001111111100111111000100 | ddbb3f3fcfc4 |
UTF-8 | 飮룟젽歪 | 111010011010001110101110111010111010001110011111111011001010000010111101111001101010110110101010 | e9a3aeeba39feca0bde6adaa |
UHC | 飮룟젽歪 | 1110101111100110101101111110010110100000101011111110100011100000 | ebe6b7e5a0afe8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)