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 | 涅??毅? | 10011111101110000011111100111111100010110100001000111111 | 9fb83f3f8b423f |
EUC-JP | 涅??毅? | 11011110101110100011111100111111101101011010001100111111 | deba3f3fb5a33f |
UTF-8 | 涅곕쵈毅덨 | 111001101011011010000101111010101011001110010101111011001011010110001000111001101010111110000101111010111000110110101000 | e6b685eab395ecb588e6af85eb8da8 |
UHC | 涅곕쵈毅덨 | 11100110111011101011000011101011101011001000101011101011111101101000100101000010 | e6eeb0ebac8aebf68942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)