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 | コ暿 | 11110010101000111011101011111010110111011111100101011101 | f2a3bafaddf95d |
EUC-JP | ?コ暿? | 00111111100011101011101010001111110000101101111000111111 | 3f8eba8fc2de3f |
UTF-8 | コ暿 | 111011101000011110011010111011111011110110111010111001101001101010111111111011101001101010111001 | ee879aefbdbae69abfee9ab9 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)