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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 躁???瓦? | 1110011101001110001111110011111100111111100010101010001000111111 | e74e3f3f3f8aa23f |
EUC-JP | 躁?灝?瓦? | 11101101101011110011111110001111110010011011111100111111101101001010010000111111 | edaf3f8fc9bf3fb4a43f |
UTF-8 | 躁렦灝렲瓦렢 | 111010001011101010000001111010111010000010100110111001111000000110011101111010111010000010110010111001111001001110100110111010111010000010100010 | e8ba81eba0a6e7819deba0b2e793a6eba0a2 |
UHC | 躁렦灝렲瓦렢 | 111100001110001010001110101101011111101111001110100011101011111111101000101111111000111010110011 | f0e28eb5fbce8ebfe8bf8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)