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[C] | 100100100101011010010001101001111001001001001111100100100100111010010010010110110100001101011101 | 925691a7924f924e925b435d |
SJIS-WIN | ?V?§?O?N?[C] | 00111111010101100011111110000001100110000011111101001111001111110100111000111111010110110100001101011101 | 3f563f81983f4f3f4e3f5b435d |
EUC-JP | ?V?§?O?N?[C] | 00111111010101100011111110100001111110000011111101001111001111110100111000111111010110110100001101011101 | 3f563fa1f83f4f3f4e3f5b435d |
UTF-8 | V§ON[C] | 110000101001001001010110110000101001000111000010101001111100001010010010010011111100001010010010010011101100001010010010010110110100001101011101 | c29256c291c2a7c2924fc2924ec2925b435d |
UHC | ?V?§?O?N?[C] | 00111111010101100011111110100001110101110011111101001111001111110100111000111111010110110100001101011101 | 3f563fa1d73f4f3f4e3f5b435d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)