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 | 11100101101010111000100111100110100101101001110001110100 | e5ab89e6969c74 |
EUC-JP | 雖画万t | 11101010101011011011001011101000110010111111110001110100 | eaadb2e8cbfc74 |
UTF-8 | 雖画万t | 11101001100110111001011011100111100101001011101111100100101110001000011101110100 | e99b96e794bbe4b88774 |
UHC | 雖?万t | 111000101100110000111111110110001011001001110100 | e2cc3fd8b274 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)