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 | ?朞? | 00111111100111100100110100111111 | 3f9e4d3f |
EUC-JP | ?朞澍 | 001111111101101110101110100011111100100011101000 | 3fdbae8fc8e8 |
UTF-8 | 룵朞澍 | 111010111010001110110101111001101001110010011110111001101011111010001101 | eba3b5e69c9ee6be8d |
UHC | 룵朞澍 | 100011111010101011010001101000011111000110111111 | 8faad1a1f1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)