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 | 渟?劈 | 1001111111011001001111111001100110011100 | 9fd93f999c |
EUC-JP | 渟?劈 | 1101111011011011001111111101000111111100 | dedb3fd1fc |
UTF-8 | 渟띨劈 | 111001101011100010011111111010111001110110101000111001011000101010001000 | e6b89feb9da8e58a88 |
UHC | 渟띨劈 | 111011111110010110110110111011101101101111111001 | efe5b6eedbf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)