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 | 韶馴摯 | 111010001110111010010011111010011001110110010101 | e8ee93e99d95 |
EUC-JP | 韶馴摯 | 111100001111000011000110111010111101100111110101 | f0f0c6ebd9f5 |
UTF-8 | 韶馴摯 | 111010011001111110110110111010011010011010110100111001101001000110101111 | e99fb6e9a6b4e691af |
UHC | 韶馴摯 | 111000011101001011100010111110001111001010100111 | e1d2e2f8f2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)