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???W | 001111110101010000111111001111110011111101010111 | 3f543f3f3f57 |
SJIS-WIN | ?T???W | 001111110101010000111111001111110011111101010111 | 3f543f3f3f57 |
EUC-JP | ?T???W | 001111110101010000111111001111110011111101010111 | 3f543f3f3f57 |
UTF-8 | 책T혞챠혧W | 1110110010110001100001010101010011101101100110001001111011101100101100011010000011101101100110001010011101010111 | ecb18554ed989eecb1a0ed98a757 |
UHC | 책T혞챠혧W | 11000011101001010101010011000010100010001100001110101101110000101000111101010111 | c3a554c288c3adc28f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)