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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 域?オ^ | 100010001110011000111111100000110100100101011110 | 88e63f83495e |
EUC-JP | 域?オ^ | 101100001110100000111111101001011010101001011110 | b0e83fa5aa5e |
UTF-8 | 域⑴オ^ | 11100101100111111001111111100010100100011011010011100011100000101010101001011110 | e59f9fe291b4e382aa5e |
UHC | 域⑴オ^ | 11100110101101001010100111100111101010111010101001011110 | e6b4a9e7abaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)