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 | ìôÛµ | 11101100111101001101101110110101 | ecf4dbb5 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ìôÛ? | 10001111101010111100000010001111101010111101010010001111101010101110010100111111 | 8fabc08fabd48faae53f |
UTF-8 | ìôÛµ | 1100001110101100110000111011010011000011100110111100001010110101 | c3acc3b4c39bc2b5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)