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 | 躁?痍?闇 | 1110011101001110001111111110000101110111001111111000100011000101 | e74e3fe1773f88c5 |
EUC-JP | 躁?痍?闇 | 1110110110101111001111111110000111011000001111111011000011000111 | edaf3fe1d83fb0c7 |
UTF-8 | 躁렦痍렔闇 | 111010001011101010000001111010111010000010100110111001111001011110001101111010111010000010010100111010011001011110000111 | e8ba81eba0a6e7978deba094e99787 |
UHC | 躁렦痍렔闇 | 11110000111000101000111010110101111011001011011110001110101010011110010011100001 | f0e28eb5ecb78ea9e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)