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 | ÜÛö¬ | 11011100110110111111011010101100 | dcdbf6ac |
SJIS-WIN | ???¬ | 0011111100111111001111111000000111001010 | 3f3f3f81ca |
EUC-JP | ÜÛö¬ | 1000111110101010111001001000111110101010111001011000111110101011110100111010001011001100 | 8faae48faae58fabd3a2cc |
UTF-8 | ÜÛö¬ | 1100001110011100110000111001101111000011101101101100001010101100 | c39cc39bc3b6c2ac |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)