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 | 灌渙鴿 | 100111111111001110011111110100001110100111111001 | 9ff39fd0e9f9 |
EUC-JP | 灌渙鴿 | 110111101111010111011110110100101111001011111011 | def5ded2f2fb |
UTF-8 | 灌渙鴿 | 111001111000000110001100111001101011100010011001111010011011010010111111 | e7818ce6b899e9b4bf |
UHC | 灌渙? | 1100111010110100111111001011100100111111 | ceb4fcb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)