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 | 譟曠譟曠^ | 111001101001111110011110010001001110011010011111100111100100010001011110 | e69f9e44e69f9e445e |
EUC-JP | 譟曠譟曠^ | 111011001010000111011011101001011110110010100001110110111010010101011110 | eca1dba5eca1dba55e |
UTF-8 | 譟曠譟曠^ | 11101000101011011001111111100110100110111010000011101000101011011001111111100110100110111010000001011110 | e8ad9fe69ba0e8ad9fe69ba05e |
UHC | ?曠?曠^ | 00111111110011101100011100111111110011101100011101011110 | 3fcec73fcec75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)