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@ | 10010010010101101001000110101010100100100100111110010010010000101001001001000000 | 925691aa924f92429240 |
SJIS-WIN | ?V???O?B?@ | 00111111010101100011111100111111001111110100111100111111010000100011111101000000 | 3f563f3f3f4f3f423f40 |
EUC-JP | ?V?ª?O?B?@ | 001111110101011000111111100011111010001011101100001111110100111100111111010000100011111101000000 | 3f563f8fa2ec3f4f3f423f40 |
UTF-8 | VªOB@ | 11000010100100100101011011000010100100011100001010101010110000101001001001001111110000101001001001000010110000101001001001000000 | c29256c291c2aac2924fc29242c29240 |
UHC | ?V?ª?O?B?@ | 0011111101010110001111111010100010100011001111110100111100111111010000100011111101000000 | 3f563fa8a33f4f3f423f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)