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 | ?????w | 001111110011111100111111001111110011111101110111 | 3f3f3f3f3f77 |
SJIS-WIN | ?????w | 001111110011111100111111001111110011111101110111 | 3f3f3f3f3f77 |
EUC-JP | ?????w | 001111110011111100111111001111110011111101110111 | 3f3f3f3f3f77 |
UTF-8 | 혱횋창쨍혳w | 11101101100110001011000111101101100110101000101111101100101100001011110111101100101010001000110111101101100110001011001101110111 | ed98b1ed9a8becb0bdeca88ded98b377 |
UHC | 혱횋창쨍혳w | 1100001010011000110000111000100111000011101000101100001010111000110000101001101001110111 | c298c389c3a2c2b8c29a77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)