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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鴫璽贏 | 100011101011000010001110101000111110011011010101 | 8eb08ea3e6d5 |
EUC-JP | 鴫璽贏 | 101111001011001010111100101001011110110011010111 | bcb2bca5ecd7 |
UTF-8 | 鴫璽贏 | 111010011011010010101011111001111001001010111101111010001011010010001111 | e9b4abe792bde8b48f |
UHC | ?璽? | 00111111110111111101111000111111 | 3fdfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)