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 | 鶉躡樂躊 | 1110101001000111111001110101100110011110110110011110011101010011 | ea47e7599ed9e753 |
EUC-JP | 鶉躡樂躊 | 1111001110101000111011011011101011011100110110111110110110110100 | f3a8edbadcdbedb4 |
UTF-8 | 鶉躡樂躊 | 111010011011011010001001111010001011101010100001111001101010100010000010111010001011101010001010 | e9b689e8baa1e6a882e8ba8a |
UHC | ??樂躊 | 001111110011111111100100110001011111000111001100 | 3f3fe4c5f1cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)