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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????! | 00111111001111110011111100111111001111111000000101001001 | 3f3f3f3f3f8149 |
EUC-JP | ?????! | 00111111001111110011111100111111001111111010000110101010 | 3f3f3f3f3fa1aa |
UTF-8 | 淋귥쮫淋꾦! | 111011111010011110110101111010101011011110100101111011001010111010101011111011111010011110110101111010101011111010100110111011111011110010000001 | efa7b5eab7a5ecaeabefa7b5eabea6efbc81 |
UHC | 淋귥쮫淋꾦! | 111011001111100010000010111011001010100010001000111011001111100010000100111010011010001110100001 | ecf882eca888ecf884e9a3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)