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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?貉、澵 | 001111111110011010111001101001001111101101001100 | 3fe6b9a4fb4c |
EUC-JP | 渶貉、澵 | 10001111110001111110110111101100101110111000111010100100100011111100100011111000 | 8fc7edecbb8ea48fc8f8 |
UTF-8 | 渶貉、澵 | 111001101011100010110110111010001011001010001001111011111011110110100100111001101011111010110101 | e6b8b6e8b289efbda4e6beb5 |
UHC | 渶??? | 1110011110110111001111110011111100111111 | e7b73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)