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 | 脛随秋茯 | 1110001111111000100100001000111110001111010010001110010010101000 | e3f8908f8f48e4a8 |
EUC-JP | 脛随秋茯 | 1110011011111010101111111110111110111101101010011110100010101010 | e6fabfefbda9e8aa |
UTF-8 | 脛随秋茯 | 111010001000010010011011111010011001101010001111111001111010011110001011111010001000110010101111 | e8849be99a8fe7a78be88caf |
UHC | 脛?秋茯 | 11001100111010110011111111110101110101011101110011011010 | cceb3ff5d5dcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)