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 | ò¢°î¡û | 111100101010001010110000111011101010000111111011 | f2a2b0eea1fb |
SJIS-WIN | ?¢°??? | 0011111110000001100100011000000110001011001111110011111100111111 | 3f8191818b3f3f3f |
EUC-JP | ò¢°î¡û | 10001111101010111101001010100001111100011010000111101011100011111010101111000010100011111010001011000010100011111010101111100101 | 8fabd2a1f1a1eb8fabc28fa2c28fabe5 |
UTF-8 | ò¢°î¡û | 110000111011001011000010101000101100001010110000110000111010111011000010101000011100001110111011 | c3b2c2a2c2b0c3aec2a1c3bb |
UHC | ??°?¡? | 0011111100111111101000011100011000111111101000101010111000111111 | 3f3fa1c63fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)