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?W?A?V | 0011111101011001001111110101011100111111010000010011111101010110 | 3f593f573f413f56 |
SJIS-WIN | ?Y?W?A?V | 0011111101011001001111110101011100111111010000010011111101010110 | 3f593f573f413f56 |
EUC-JP | ?Y?W?A?V | 0011111101011001001111110101011100111111010000010011111101010110 | 3f593f573f413f56 |
UTF-8 | 혪Y혪W혪A혪V | 11101101100110001010101001011001111011011001100010101010010101111110110110011000101010100100000111101101100110001010101001010110 | ed98aa59ed98aa57ed98aa41ed98aa56 |
UHC | 혪Y혪W혪A혪V | 110000101001001001011001110000101001001001010111110000101001001001000001110000101001001001010110 | c29259c29257c29241c29256 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)