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 | 澵耳澈 | 111110110100110010001110101010001111101101001011 | fb4c8ea8fb4b |
EUC-JP | 澵耳澈 | 1000111111001000111110001011110010101010100011111100100011100101 | 8fc8f8bcaa8fc8e5 |
UTF-8 | 澵耳澈 | 111001101011111010110101111010001000000010110011111001101011111010001000 | e6beb5e880b3e6be88 |
UHC | ?耳澈 | 0011111111101100101111001111010011001101 | 3fecbcf4cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)