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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鳬フ遉カ | 111010011110100111001100111001111010010010110110 | e9e9cce7a4b6 |
EUC-JP | 鳬フ遉カ | 1111001011101011100011101100110011101110101001101000111010110110 | f2eb8ecceea68eb6 |
UTF-8 | 鳬フ遉カ | 111010011011001110101100111011111011111010001100111010011000000110001001111011111011110110110110 | e9b3acefbe8ce98189efbdb6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)