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 | 悉濵宍 | 1111000011101011100011101011101111111011010011011000111010110011 | f0eb8ebbfb4d8eb3 |
EUC-JP | ?悉濵宍 | 0011111110111100101111011000111111001001101001101011110010110101 | 3fbcbd8fc9a6bcb5 |
UTF-8 | 悉濵宍 | 111011101000001010101010111001101000001010001001111001101011111110110101111001011010111010001101 | ee82aae68289e6bfb5e5ae8d |
UHC | ?悉?? | 0011111111100011111110100011111100111111 | 3fe3fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)