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 | 壹猛?? | 100110101110001110010110110100100011111100111111 | 9ae396d23f3f |
EUC-JP | 壹猛?? | 110101001110010111001100110101000011111100111111 | d4e5ccd43f3f |
UTF-8 | 壹猛렭렣 | 111001011010001110111001111001111000110010011011111010111010000010101101111010111010000010100011 | e5a3b9e78c9beba0adeba0a3 |
UHC | 壹猛렭렣 | 1110110011101100110110001110110110001110101110101000111010110100 | ececd8ed8eba8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)