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? | 001111110100101100111111 | 3f4b3f |
SJIS-WIN | 鯀K鯀 | 1110100110111111010010111110100110111111 | e9bf4be9bf |
EUC-JP | 鯀K鯀 | 1111001011000001010010111111001011000001 | f2c14bf2c1 |
UTF-8 | 鯀K鯀 | 11101001101011111000000001001011111010011010111110000000 | e9af804be9af80 |
UHC | ?K? | 001111110100101100111111 | 3f4b3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)