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 | ×ùÉÙ | 1000111111010111111110011100100111011001 | 8fd7f9c9d9 |
SJIS-WIN | ?×??? | 001111111000000101111110001111110011111100111111 | 3f817e3f3f3f |
EUC-JP | ?×ùÉÙ | 001111111010000111011111100011111010101111100011100011111010101010110001100011111010101011100011 | 3fa1df8fabe38faab18faae3 |
UTF-8 | ×ùÉÙ | 11000010100011111100001110010111110000111011100111000011100010011100001110011001 | c28fc397c3b9c389c399 |
UHC | ?×??? | 001111111010000110111111001111110011111100111111 | 3fa1bf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)