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 | åßãÅ | 1110010111011111100000011110001110001111100000111100010110000001 | e5df81e38f83c581 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | åß?ã??Å? | 10001111101010111010100110001111101010011100111000111111100011111010101110101010001111110011111110001111101010101010100100111111 | 8faba98fa9ce3f8fabaa3f3f8faaa93f |
UTF-8 | åßãÅ | 11000011101001011100001110011111110000101000000111000011101000111100001010001111110000101000001111000011100001011100001010000001 | c3a5c39fc281c3a3c28fc283c385c281 |
UHC | ?ß?????? | 001111111010100110101100001111110011111100111111001111110011111100111111 | 3fa9ac3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)