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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 鮏ヨョ\ | 11111100010000111101011011110000101100001010111001011100 | fc43d6f0b0ae5c |
EUC-JP | 鮏ヨ?ョ\ | 100011111110101011011011100011101101011000111111100011101010111001011100 | 8feadb8ed63f8eae5c |
UTF-8 | 鮏ヨョ\ | 11101001101011101000111111101111101111101001011011101110100000011010111111101111101111011010111001011100 | e9ae8fefbe96ee81afefbdae5c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)