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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 顴絅戮Y | 11101001010000011110001101000100100111010100001101011001 | e941e3449d4359 |
EUC-JP | 顴絅戮Y | 11110001101000101110010110100101110110011010010001011001 | f1a2e5a5d9a459 |
UTF-8 | 顴絅戮Y | 11101001101000011011010011100111101101011000010111100110100010001010111001011001 | e9a1b4e7b585e688ae59 |
UHC | ?絅戮Y | 001111111100110011100111110101111100000001011001 | 3fcce7d7c059 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)