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¥ON\ | 100100100101011010010001101001011001001001001111100100100100111001011100 | 925691a5924f924e5c |
SJIS-WIN | ?V?¥?O?N\ | 00111111010101100011111110000001100011110011111101001111001111110100111001011100 | 3f563f818f3f4f3f4e5c |
EUC-JP | ?V???O?N\ | 001111110101011000111111001111110011111101001111001111110100111001011100 | 3f563f3f3f4f3f4e5c |
UTF-8 | V¥ON\ | 1100001010010010010101101100001010010001110000101010010111000010100100100100111111000010100100100100111001011100 | c29256c291c2a5c2924fc2924e5c |
UHC | ?V???O?N\ | 001111110101011000111111001111110011111101001111001111110100111001011100 | 3f563f3f3f4f3f4e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)