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 | 釶カムσ | 111001111101111110110110110100011000001111010000 | e7dfb6d183d0 |
EUC-JP | 釶カムσ | 1110111011100001100011101011011010001110110100011010011011010010 | eee18eb68ed1a6d2 |
UTF-8 | 釶カムσ | 1110100110000111101101101110111110111101101101101110111110111110100100011100111110000011 | e987b6efbdb6efbe91cf83 |
UHC | ???σ | 0011111100111111001111111010010111110010 | 3f3f3fa5f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)