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 | 薑丈頃鐔 | 1110010101000111100011111110010010001101101000001110100001011100 | e5478fe48da0e85c |
EUC-JP | 薑丈頃鐔 | 1110100110101000101111101110011010111010101000101110111110111101 | e9a8bee6baa2efbd |
UTF-8 | 薑丈頃鐔 | 111010001001011010010001111001001011100010001000111010011010000010000011111010011001000010010100 | e89691e4b888e9a083e99094 |
UHC | 薑丈頃? | 11001011101110011110110111011011110011001111000100111111 | cbb9eddbccf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)