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 | 靫冗ャ | 1110100011010100100011111110011110101100 | e8d48fe7ac |
EUC-JP | 靫冗ャ | 111100001101011010111110111010011000111010101100 | f0d6bee98eac |
UTF-8 | 靫冗ャ | 111010011001110110101011111001011000011010010111111011111011110110101100 | e99dabe58697efbdac |
UHC | ?冗? | 00111111111010011011011100111111 | 3fe9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)