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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???余 | 0011111100111111001111111001011101011101 | 3f3f3f975d |
EUC-JP | ???余 | 0011111100111111001111111100110110111110 | 3f3f3fcdbe |
UTF-8 | 琉욇퐡余 | 111011111010011110001100111011001001101010000111111011011001000010100001111001001011110110011001 | efa78cec9a87ed90a1e4bd99 |
UHC | 琉욇퐡余 | 1110101110100100100111101110100110111101100010101110010111111001 | eba49ee9bd8ae5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)