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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 諡}諡{^ | 11100110100010110111110111100110100010110111101101011110 | e68b7de68b7b5e |
EUC-JP | 諡}諡{^ | 11101011111010110111110111101011111010110111101101011110 | ebeb7debeb7b5e |
UTF-8 | 諡}諡{^ | 111010001010101110100001011111011110100010101011101000010111101101011110 | e8aba17de8aba17b5e |
UHC | 諡}諡{^ | 11100011110011010111110111100011110011010111101101011110 | e3cd7de3cd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)