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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 端莵f | 100100100101101111100100101101111000001010000110 | 925be4b78286 |
EUC-JP | 端莵f | 110000111011110011101000101110011010001111100110 | c3bce8b9a3e6 |
UTF-8 | 端莵f | 111001111010101110101111111010001000111010110101111011111011110110000110 | e7abafe88eb5efbd86 |
UHC | 端?f | 1101001110101110001111111010001111100110 | d3ae3fa3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)