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 | ½°×Û | 1011110110110000100011111101011111011011 | bdb08fd7db |
SJIS-WIN | ?°?×? | 00111111100000011000101100111111100000010111111000111111 | 3f818b3f817e3f |
EUC-JP | ?°?×Û | 001111111010000111101011001111111010000111011111100011111010101011100101 | 3fa1eb3fa1df8faae5 |
UTF-8 | ½°×Û | 11000010101111011100001010110000110000101000111111000011100101111100001110011011 | c2bdc2b0c28fc397c39b |
UHC | ½°?×? | 1010100011110110101000011100011000111111101000011011111100111111 | a8f6a1c63fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)