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 | ホ矜 | 1100111011110110110011101110000111100000 | cef6cee1e0 |
EUC-JP | ホ?矜 | 1000111011001110001111111110001011100010 | 8ece3fe2e2 |
UTF-8 | ホ矜 | 111011111011111010001110111011101001001110110101111001111001111110011100 | efbe8eee93b5e79f9c |
UHC | ??矜 | 00111111001111111101000011101000 | 3f3fd0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)