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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髴門シ | 1110100110011100100101101110010110111100 | e99c96e5bc |
EUC-JP | 髴門シ | 111100011111110011001100111001111000111010111100 | f1fccce78ebc |
UTF-8 | 髴門シ | 111010011010101110110100111010011001011010000000111011111011110110111100 | e9abb4e99680efbdbc |
UHC | ?門? | 00111111110110101010011000111111 | 3fdaa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)