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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 罨賀▽ | 111000111010101010001001111010101000000110100100 | e3aa89ea81a4 |
EUC-JP | 罨賀▽ | 111001101010110010110010111011001010001010100110 | e6acb2eca2a6 |
UTF-8 | 罨賀▽ | 111001111011110110101000111010001011001110000000111000101001011010111101 | e7bda8e8b380e296bd |
UHC | ?賀▽ | 0011111111111001110001011010000111100100 | 3ff9c5a1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)