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 | ìôÓ¬ | 11101100111101001101001110101100 | ecf4d3ac |
SJIS-WIN | ???¬ | 0011111100111111001111111000000111001010 | 3f3f3f81ca |
EUC-JP | ìôÓ¬ | 1000111110101011110000001000111110101011110101001000111110101010110100011010001011001100 | 8fabc08fabd48faad1a2cc |
UTF-8 | ìôÓ¬ | 1100001110101100110000111011010011000011100100111100001010101100 | c3acc3b4c393c2ac |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)