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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 弱??抑??] | 100011101110001100111111001111111001011101111101001111110011111101011101 | 8ee33f3f977d3f3f5d |
EUC-JP | 弱??抑??] | 101111001110010100111111001111111100110111011110001111110011111101011101 | bce53f3fcdde3f3f5d |
UTF-8 | 弱놅풇抑섓쉿] | 11100101101111001011000111101011100001101000010111101101100100101000011111100110100010101001000111101100100001001001001111101100100010011011111101011101 | e5bcb1eb8685ed9287e68a91ec8493ec89bf5d |
UHC | 弱놅풇抑섓쉿] | 11100101101100001000011011101111101111101000111111100101111001001001100011101111101111011011001001011101 | e5b086efbe8fe5e498efbdb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)