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 | 悅β?媛 | 11111010101111011000001111000000001111111001010101010001 | fabd83c03f9551 |
EUC-JP | ?β?媛 | 001111111010011011000010001111111100100110110010 | 3fa6c23fc9b2 |
UTF-8 | 悅β뫁媛 | 1110011010000010100001011100111010110010111010111010101110000001111001011010101010011011 | e68285ceb2ebab81e5aa9b |
UHC | 悅β뫁媛 | 1110011011101101101001011110001010010001101001011110101010110000 | e6eda5e291a5eab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)