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 | 矼ー髮ォ魘 | 1110000111100011101100001110100110011011101010111110100110110100 | e1e3b0e99babe9b4 |
EUC-JP | 矼ー髮ォ魘 | 11100010111001011000111010110000111100011111101110001110101010111111001010110110 | e2e58eb0f1fb8eabf2b6 |
UTF-8 | 矼ー髮ォ魘 | 111001111001111110111100111011111011110110110000111010011010101110101110111011111011110110101011111010011010110110011000 | e79fbcefbdb0e9abaeefbdabe9ad98 |
UHC | ??髮?? | 001111110011111111011011101001010011111100111111 | 3f3fdba53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)