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 | 璽鴫 | 1111001010101110100011101010001111110000101001001000111010110000 | f2ae8ea3f0a48eb0 |
EUC-JP | ?璽?鴫 | 001111111011110010100101001111111011110010110010 | 3fbca53fbcb2 |
UTF-8 | 璽鴫 | 111011101000011110100101111001111001001010111101111011101000000110100011111010011011010010101011 | ee87a5e792bdee81a3e9b4ab |
UHC | ?璽?? | 0011111111011111110111100011111100111111 | 3fdfde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)