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 | 瀇軸澵 | 111110110100111110001110101100101111101101001100 | fb4f8eb2fb4c |
EUC-JP | 瀇軸澵 | 1000111111001001101011011011110010110100100011111100100011111000 | 8fc9adbcb48fc8f8 |
UTF-8 | 瀇軸澵 | 111001111000000010000111111010001011101110111000111001101011111010110101 | e78087e8bbb8e6beb5 |
UHC | ?軸? | 00111111111101011110111000111111 | 3ff5ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)