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ªOM@ | 10010010010101101001000110101010100100100100111110010010010011011001001001000000 | 925691aa924f924d9240 |
SJIS-WIN | ?V???O?M?@ | 00111111010101100011111100111111001111110100111100111111010011010011111101000000 | 3f563f3f3f4f3f4d3f40 |
EUC-JP | ?V?ª?O?M?@ | 001111110101011000111111100011111010001011101100001111110100111100111111010011010011111101000000 | 3f563f8fa2ec3f4f3f4d3f40 |
UTF-8 | VªOM@ | 11000010100100100101011011000010100100011100001010101010110000101001001001001111110000101001001001001101110000101001001001000000 | c29256c291c2aac2924fc2924dc29240 |
UHC | ?V?ª?O?M?@ | 0011111101010110001111111010100010100011001111110100111100111111010011010011111101000000 | 3f563fa8a33f4f3f4d3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)