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 | 躁???瓦 | 11100111010011100011111100111111001111111000101010100010 | e74e3f3f3f8aa2 |
EUC-JP | 躁?灝?瓦 | 111011011010111100111111100011111100100110111111001111111011010010100100 | edaf3f8fc9bf3fb4a4 |
UTF-8 | 躁렦灝렲瓦 | 111010001011101010000001111010111010000010100110111001111000000110011101111010111010000010110010111001111001001110100110 | e8ba81eba0a6e7819deba0b2e793a6 |
UHC | 躁렦灝렲瓦 | 11110000111000101000111010110101111110111100111010001110101111111110100010111111 | f0e28eb5fbce8ebfe8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)