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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 弱??抑??B | 100011101110001100111111001111111001011101111101001111110011111101000010 | 8ee33f3f977d3f3f42 |
EUC-JP | 弱??抑??B | 101111001110010100111111001111111100110111011110001111110011111101000010 | bce53f3fcdde3f3f42 |
UTF-8 | 弱놅풇抑섓쉠B | 11100101101111001011000111101011100001101000010111101101100100101000011111100110100010101001000111101100100001001001001111101100100010011010000001000010 | e5bcb1eb8685ed9287e68a91ec8493ec89a042 |
UHC | 弱놅풇抑섓쉠B | 11100101101100001000011011101111101111101000111111100101111001001001100011101111101111011010101001000010 | e5b086efbe8fe5e498efbdaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)