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 | V§WOH | 100100100101011010010001101001110101011110010010010011111001001001001000 | 925691a757924f9248 |
SJIS-WIN | ?V?§W?O?H | 00111111010101100011111110000001100110000101011100111111010011110011111101001000 | 3f563f8198573f4f3f48 |
EUC-JP | ?V?§W?O?H | 00111111010101100011111110100001111110000101011100111111010011110011111101001000 | 3f563fa1f8573f4f3f48 |
UTF-8 | V§WOH | 1100001010010010010101101100001010010001110000101010011101010111110000101001001001001111110000101001001001001000 | c29256c291c2a757c2924fc29248 |
UHC | ?V?§W?O?H | 00111111010101100011111110100001110101110101011100111111010011110011111101001000 | 3f563fa1d7573f4f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)