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 | TRæä | 100111110101010010011001010100101110011011100100 | 9f549952e6e4 |
SJIS-WIN | ?T?R?? | 001111110101010000111111010100100011111100111111 | 3f543f523f3f |
EUC-JP | ?T?Ræä | 00111111010101000011111101010010100011111010100111000001100011111010101110100011 | 3f543f528fa9c18faba3 |
UTF-8 | TRæä | 11000010100111110101010011000010100110010101001011000011101001101100001110100100 | c29f54c29952c3a6c3a4 |
UHC | ?T?Ræ? | 00111111010101000011111101010010101010011010000100111111 | 3f543f52a9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)