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 | 諷ッ蟷」遲オ | 111001101000010110101111111001011011100110100011111001111010110110110101 | e685afe5b9a3e7adb5 |
EUC-JP | 諷ッ蟷」遲オ | 111010111110010110001110101011111110101010111011100011101010001111101110101011111000111010110101 | ebe58eafeabb8ea3eeaf8eb5 |
UTF-8 | 諷ッ蟷」遲オ | 111010001010101110110111111011111011110110101111111010001001111110110111111011111011110110100011111010011000000110110010111011111011110110110101 | e8abb7efbdafe89fb7efbda3e981b2efbdb5 |
UHC | 諷???遲? | 1111100110100100001111110011111100111111111100101100000000111111 | f9a43f3f3ff2c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)