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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | ??邯{d | 001111110011111111100111101101100111101101100100 | 3f3fe7b67b64 |
EUC-JP | ??邯{d | 001111110011111111101110101110000111101101100100 | 3f3feeb87b64 |
UTF-8 | 씨뤔邯{d | 1110110010010100101010001110101110100100100101001110100110000010101011110111101101100100 | ec94a8eba494e982af7b64 |
UHC | 씨뤔邯{d | 1011111010111110100011111100010011001010111110110111101101100100 | bebe8fc4cafb7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)