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 | 驕吶Ζ | 111010011000000110011001111000111000001110100100 | e98199e383a4 |
EUC-JP | 驕吶Ζ | 111100011110000111010010111001011010011010100110 | f1e1d2e5a6a6 |
UTF-8 | 驕吶Ζ | 1110100110101001100101011110010110010000101101101100111010010110 | e9a995e590b6ce96 |
UHC | 驕?Ζ | 1100111011110110001111111010010111000110 | cef63fa5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)