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 | ハユ昌 | 11001010110101011000111110111001 | cad58fb9 |
EUC-JP | ハユ昌 | 100011101100101010001110110101011011111010111011 | 8eca8ed5bebb |
UTF-8 | ハユ昌 | 111011111011111010001010111011111011111010010101111001101001100010001100 | efbe8aefbe95e6988c |
UHC | ??昌 | 00111111001111111111001111100011 | 3f3ff3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)