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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 灼照燻カ | 111100101111011110001110110111001000111111000110111000001000111010110110 | f2f78edc8fc6e08eb6 |
EUC-JP | ?灼照燻カ | 001111111011110011011110101111101100100011011111111011101000111010110110 | 3fbcdebec8dfee8eb6 |
UTF-8 | 灼照燻カ | 111011101000100010101110111001111000000110111100111001111000010110100111111001111000011110111011111011111011110110110110 | ee88aee781bce785a7e787bbefbdb6 |
UHC | ?灼照燻? | 0011111111101101110001111111000011001110111111011011100000111111 | 3fedc7f0cefdb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)