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 | ホク涇 | 11001110101110001111101011111011 | ceb8fafb |
EUC-JP | ホク涇 | 10001110110011101000111010111000100011111100011111000111 | 8ece8eb88fc7c7 |
UTF-8 | ホク涇 | 111011111011111010001110111011111011110110111000111001101011011010000111 | efbe8eefbdb8e6b687 |
UHC | ??涇 | 00111111001111111100110011011100 | 3f3fccdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)