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 | ?挑▲脛 | 00111111100100101010011110000001101000111110001111111000 | 3f92a781a3e3f8 |
EUC-JP | ?挑▲脛 | 00111111110001001010100110100010101001011110011011111010 | 3fc4a9a2a5e6fa |
UTF-8 | 뤵挑▲脛 | 111010111010010010110101111001101000110010010001111000101001011010110010111010001000010010011011 | eba4b5e68c91e296b2e8849b |
UHC | 뤵挑▲脛 | 1000111111100011110100111111101110100001111000111100110011101011 | 8fe3d3fba1e3cceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)