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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑟珮璽 | 1110000011101100111000001110000110001110101000111111000011111001 | e0ece0e18ea3f0f9 |
EUC-JP | 瑟珮璽? | 11100000111011101110000011100011101111001010010100111111 | e0eee0e3bca53f |
UTF-8 | 瑟珮璽 | 111001111001000110011111111001111000111110101110111001111001001010111101111011101000001010111000 | e7919fe78faee792bdee82b8 |
UHC | 瑟?璽? | 111000111010001000111111110111111101111000111111 | e3a23fdfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)