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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 櫻?【韋 | 10011111010011100011111110000001011110011110100011101000 | 9f4e3f8179e8e8 |
EUC-JP | 櫻?【韋 | 11011101101011110011111110100001110110101111000011101010 | ddaf3fa1daf0ea |
UTF-8 | 櫻뗭【韋 | 111001101010101110111011111010111001011110101101111000111000000010010000111010011001111110001011 | e6abbbeb97ade38090e99f8b |
UHC | 櫻뗭【韋 | 1110010110100001100010111110110010100001101111001110101011011111 | e5a18beca1bceadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)