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 | 璽鱆 | 111100101010111010001110101000111110100111100001 | f2ae8ea3e9e1 |
EUC-JP | ?璽鱆 | 0011111110111100101001011111001011100011 | 3fbca5f2e3 |
UTF-8 | 璽鱆 | 111011101000011110100101111001111001001010111101111010011011000110000110 | ee87a5e792bde9b186 |
UHC | ?璽? | 00111111110111111101111000111111 | 3fdfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)