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 | 00111111001111110011111101110100 | 3f3f3f74 |
SJIS-WIN | 莢活化t | 11100100101100001000101010001000100010011011101101110100 | e4b08a8889bb74 |
EUC-JP | 莢活化t | 11101000101100101011001111101000101100101011110101110100 | e8b2b3e8b2bd74 |
UTF-8 | 莢活化t | 11101000100011101010001011100110101101001011101111100101100011001001011001110100 | e88ea2e6b4bbe58c9674 |
UHC | 莢活化t | 11111010111110001111110011000000111110111111100101110100 | faf8fcc0fbf974 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)