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 | 鮏璽鴪 | 111111000100001110001110101000111110100111110000 | fc438ea3e9f0 |
EUC-JP | 鮏璽鴪 | 10001111111010101101101110111100101001011111001011110010 | 8feadbbca5f2f2 |
UTF-8 | 鮏璽鴪 | 111010011010111010001111111001111001001010111101111010011011010010101010 | e9ae8fe792bde9b4aa |
UHC | ?璽? | 00111111110111111101111000111111 | 3fdfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)