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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 耕o | 10001101011010111000001010001111 | 8d6b828f |
EUC-JP | 耕o | 10111001110011001010001111101111 | b9cca3ef |
UTF-8 | 耕o | 111010001000000010010101111011111011110110001111 | e88095efbd8f |
UHC | 耕o | 11001100111010011010001111101111 | cce9a3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)