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 | y«I\ | 10011111011110011000000110101011100000010100100101011100 | 9f7981ab81495c |
SJIS-WIN | ?y???I\ | 00111111011110010011111100111111001111110100100101011100 | 3f793f3f3f495c |
EUC-JP | ?y???I\ | 00111111011110010011111100111111001111110100100101011100 | 3f793f3f3f495c |
UTF-8 | y«I\ | 1100001010011111011110011100001010000001110000101010101111000010100000010100100101011100 | c29f79c281c2abc281495c |
UHC | ?y???I\ | 00111111011110010011111100111111001111110100100101011100 | 3f793f3f3f495c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)