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 | 菴器醜莟 | 1110010010111101100010101110110110001111010110001110010010101111 | e4bd8aed8f58e4af |
EUC-JP | 菴器醜莟 | 1110100010111111101101001110111110111101101110011110100010110001 | e8bfb4efbdb9e8b1 |
UTF-8 | 菴器醜莟 | 111010001000111110110100111001011001100110101000111010011000011010011100111010001000111010011111 | e88fb4e599a8e9869ce88e9f |
UHC | 菴器醜? | 11100100111000001101000011101111111101011101110100111111 | e4e0d0eff5dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)