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 | ゙鱚ィ | 110111101110100111100011111101111101010110101000 | dee9e3f7d5a8 |
EUC-JP | ゙鱚?ィ | 10001110110111101111001011100101001111111000111010101000 | 8edef2e53f8ea8 |
UTF-8 | ゙鱚ィ | 111011111011111010011110111010011011000110011010111011101001011010111000111011111011110110101000 | efbe9ee9b19aee96b8efbda8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)