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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 巐弥嚥k | 11111010101101101001011011101101100110101000101101101011 | fab696ed9a8b6b |
EUC-JP | 巐弥嚥k | 1000111110111011111110011100110011101111110100111110101101101011 | 8fbbf9ccefd3eb6b |
UTF-8 | 巐弥嚥k | 11100101101101111001000011100101101111001010010111100101100110101010010101101011 | e5b790e5bca5e59aa56b |
UHC | ??嚥k | 0011111100111111111001101011111101101011 | 3f3fe6bf6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)