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? | 001111110101010000111111 | 3f543f |
SJIS-WIN | 匙T匙 | 1000110111111010010101001000110111111010 | 8dfa548dfa |
EUC-JP | 匙T匙 | 1011101011111100010101001011101011111100 | bafc54bafc |
UTF-8 | 匙T匙 | 11100101100011001001100101010100111001011000110010011001 | e58c9954e58c99 |
UHC | 匙T匙 | 1110001110110101010101001110001110110101 | e3b554e3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)