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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 照燻。 | 1000111111000110111000001000111010100001 | 8fc6e08ea1 |
EUC-JP | 照燻。 | 101111101100100011011111111011101000111010100001 | bec8dfee8ea1 |
UTF-8 | 照燻。 | 111001111000010110100111111001111000011110111011111011111011110110100001 | e785a7e787bbefbda1 |
UHC | 照燻? | 1111000011001110111111011011100000111111 | f0cefdb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)