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 | 悅β?柚 | 11111010101111011000001111000000001111111001011101001101 | fabd83c03f974d |
EUC-JP | ?β?柚 | 001111111010011011000010001111111100110110101110 | 3fa6c23fcdae |
UTF-8 | 悅β뫀柚 | 1110011010000010100001011100111010110010111010111010101110000000111001101001111110011010 | e68285ceb2ebab80e69f9a |
UHC | 悅β뫀柚 | 1110011011101101101001011110001010010001101001001110101011110110 | e6eda5e291a4eaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)