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¬OB | 1001001001010110100100011010110010010010010011111001001001000010 | 925691ac924f9242 |
SJIS-WIN | ?V?¬?O?B | 001111110101011000111111100000011100101000111111010011110011111101000010 | 3f563f81ca3f4f3f42 |
EUC-JP | ?V?¬?O?B | 001111110101011000111111101000101100110000111111010011110011111101000010 | 3f563fa2cc3f4f3f42 |
UTF-8 | V¬OB | 11000010100100100101011011000010100100011100001010101100110000101001001001001111110000101001001001000010 | c29256c291c2acc2924fc29242 |
UHC | ?V???O?B | 0011111101010110001111110011111100111111010011110011111101000010 | 3f563f3f3f4f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)