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 | 璽自璽自 | 1000111010100011100011101010100110001110101000111000111010101001 | 8ea38ea98ea38ea9 |
EUC-JP | 璽自璽自 | 1011110010100101101111001010101110111100101001011011110010101011 | bca5bcabbca5bcab |
UTF-8 | 璽自璽自 | 111001111001001010111101111010001000011110101010111001111001001010111101111010001000011110101010 | e792bde887aae792bde887aa |
UHC | 璽自璽自 | 1101111111011110111011011011101111011111110111101110110110111011 | dfdeedbbdfdeedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)