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 | ?氾? | 00111111100101001100001100111111 | 3f94c33f |
EUC-JP | ?氾珹 | 001111111100100011000101100011111100101111111011 | 3fc8c58fcbfb |
UTF-8 | 뤒氾珹 | 111010111010010010010010111001101011000010111110111001111000111110111001 | eba492e6b0bee78fb9 |
UHC | 뤒氾珹 | 100011111100001011011011111100001110000011111011 | 8fc2dbf0e0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)