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 | ?遡?遡 | 001111111001000101101011001111111001000101101011 | 3f916b3f916b |
EUC-JP | ?遡?遡 | 001111111100000111001100001111111100000111001100 | 3fc1cc3fc1cc |
UTF-8 | 잨遡읯遡 | 111011001001111010101000111010011000000110100001111011001001110110101111111010011000000110100001 | ec9ea8e981a1ec9dafe981a1 |
UHC | 잨遡읯遡 | 1001111111110011111000011100111110011111110101011110000111001111 | 9ff3e1cf9fd5e1cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)