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 | X¥V | 1001001001011000100100011010010110010010010101101001000110101101 | 925891a5925691ad |
SJIS-WIN | ?X?¥?V?? | 001111110101100000111111100000011000111100111111010101100011111100111111 | 3f583f818f3f563f3f |
EUC-JP | ?X???V?? | 0011111101011000001111110011111100111111010101100011111100111111 | 3f583f3f3f563f3f |
UTF-8 | X¥V | 1100001010010010010110001100001010010001110000101010010111000010100100100101011011000010100100011100001010101101 | c29258c291c2a5c29256c291c2ad |
UHC | ?X???V? | 001111110101100000111111001111110011111101010110001111111010000110101001 | 3f583f3f3f563fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)