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 | 罨賀オ錵 | 11100011101010101000100111101010101101011110100001000101 | e3aa89eab5e845 |
EUC-JP | 罨賀オ錵 | 1110011010101100101100101110110010001110101101011110111110100110 | e6acb2ec8eb5efa6 |
UTF-8 | 罨賀オ錵 | 111001111011110110101000111010001011001110000000111011111011110110110101111010011000110010110101 | e7bda8e8b380efbdb5e98cb5 |
UHC | ?賀?? | 0011111111111001110001010011111100111111 | 3ff9c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)