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 | 100101110101110100111111001111111001011101011101001111110011111101000010 | 975d3f3f975d3f3f42 |
EUC-JP | 余??余??B | 110011011011111000111111001111111100110110111110001111110011111101000010 | cdbe3f3fcdbe3f3f42 |
UTF-8 | 余뽯걲余뽯걲B | 11100100101111011001100111101011101111011010111111101010101100011011001011100100101111011001100111101011101111011010111111101010101100011011001001000010 | e4bd99ebbdafeab1b2e4bd99ebbdafeab1b242 |
UHC | 余뽯걲余뽯걲B | 11100101111110011001011011101011100000011001100111100101111110011001011011101011100000011001100101000010 | e5f996eb8199e5f996eb819942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)