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 | 勃?恒^ | 100101100111010100111111100011010101000001011110 | 96753f8d505e |
EUC-JP | 勃?恒^ | 110010111101011000111111101110011011000101011110 | cbd63fb9b15e |
UTF-8 | 勃싗恒^ | 11100101100010111000001111101100100010111001011111100110100000011001001001011110 | e58b83ec8b97e681925e |
UHC | 勃싗恒^ | 11011010111110101001101011011010111110011111011001011110 | dafa9adaf9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)