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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
UTF-8 | 혡횩혥횤Y | 11101101100110001010000111101101100110101010100111101101100110001010010111101101100110101010010001011001 | ed98a1ed9aa9ed98a5ed9aa459 |
UHC | 혡횩혥횤Y | 110000101000101011000011100111111100001010001101110000111001101101011001 | c28ac39fc28dc39b59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)