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 | 歪??魚 | 100110000110001100111111001111111000101110011011 | 98633f3f8b9b |
EUC-JP | 歪??魚 | 110011111100010000111111001111111011010111111011 | cfc43f3fb5fb |
UTF-8 | 歪귣젿魚 | 111001101010110110101010111010101011011110100011111011001010000010111111111010011010110110011010 | e6adaaeab7a3eca0bfe9ad9a |
UHC | 歪귣젿魚 | 1110100011100000100000101110101110100000101100011110010111100000 | e8e082eba0b1e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)