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 | 騒淇 | 10010001100110111001111110111101 | 919b9fbd |
EUC-JP | 騒淇 | 11000001111110111101111010111111 | c1fbdebf |
UTF-8 | 騒淇 | 111010011010100010010010111001101011011110000111 | e9a892e6b787 |
UHC | ?淇 | 001111111101000110101011 | 3fd1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)