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 | 薑上識 | 111001010100011110001111111000111000111010101111 | e5478fe38eaf |
EUC-JP | 薑上識 | 111010011010100010111110111001011011110010110001 | e9a8bee5bcb1 |
UTF-8 | 薑上識 | 111010001001011010010001111001001011100010001010111010001010110110011000 | e89691e4b88ae8ad98 |
UHC | 薑上識 | 110010111011100111011111101111101110001111011011 | cbb9dfbee3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)