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 | ?t?? | 00111111011101000011111100111111 | 3f743f3f |
SJIS-WIN | 竺tアロ | 1000111010110001011101001011000111011011 | 8eb174b1db |
EUC-JP | 竺tアロ | 10111100101100110111010010001110101100011000111011011011 | bcb3748eb18edb |
UTF-8 | 竺tアロ | 11100111101010111011101001110100111011111011110110110001111011111011111010011011 | e7abba74efbdb1efbe9b |
UHC | 竺t?? | 1111010111100111011101000011111100111111 | f5e7743f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)