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 | éñ{ | 11101001111100011001000001111011 | e9f1907b |
SJIS-WIN | ???{ | 00111111001111110011111101111011 | 3f3f3f7b |
EUC-JP | éñ?{ | 1000111110101011101100011000111110101011110100000011111101111011 | 8fabb18fabd03f7b |
UTF-8 | éñ{ | 11000011101010011100001110110001110000101001000001111011 | c3a9c3b1c2907b |
UHC | ???{ | 00111111001111110011111101111011 | 3f3f3f7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)