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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | セォ斜治鹿 | 1011111010101011100011101100111010001110101000011000111010101101 | beab8ece8ea18ead |
EUC-JP | セォ斜治鹿 | 10001110101111101000111010101011101111001101000010111100101000111011110010101111 | 8ebe8eabbcd0bca3bcaf |
UTF-8 | セォ斜治鹿 | 111011111011110110111110111011111011110110101011111001101001011010011100111001101011001010111011111010011011100110111111 | efbdbeefbdabe6969ce6b2bbe9b9bf |
UHC | ??斜治鹿 | 0011111100111111110111101101100011110110101111011101011011100011 | 3f3fded8f6bdd6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)