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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 訃?訃?^ | 11100110010111010011111111100110010111010011111101011110 | e65d3fe65d3f5e |
EUC-JP | 訃?訃?^ | 11101011101111100011111111101011101111100011111101011110 | ebbe3febbe3f5e |
UTF-8 | 訃力訃力^ | 11101000101010001000001111101111101001101000101011101000101010001000001111101111101001101000101001011110 | e8a883efa68ae8a883efa68a5e |
UHC | 訃力訃力^ | 110111011011010111100110101100111101110110110101111001101011001101011110 | ddb5e6b3ddb5e6b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)