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 | 佃經?? | 100100101100111111100011010100110011111100111111 | 92cfe3533f3f |
EUC-JP | 佃經?? | 110001001101000111100101101101000011111100111111 | c4d1e5b43f3f |
UTF-8 | 佃經렣렮 | 111001001011110110000011111001111011011010010011111010111010000010100011111010111010000010101110 | e4bd83e7b693eba0a3eba0ae |
UHC | 佃經렣렮 | 1110111011101100110011001110100010001110101101001000111010111011 | eeeccce88eb48ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)