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 | 辜晧感 | 111001111000001110011101111011001000101010110100 | e7839dec8ab4 |
EUC-JP | 辜晧感 | 111011011110001111011010111011101011010010110110 | ede3daeeb4b6 |
UTF-8 | 辜晧感 | 111010001011111010011100111001101001100110100111111001101000010010011111 | e8be9ce699a7e6849f |
UHC | 辜晧感 | 110011011101000011111011110001011100101011101111 | cdd0fbc5caef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)