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 | ½°Ð¨ | 1011110110110000100011111101000010101000 | bdb08fd0a8 |
SJIS-WIN | ?°??¨ | 00111111100000011000101100111111001111111000000101001110 | 3f818b3f3f814e |
EUC-JP | ?°??¨ | 00111111101000011110101100111111001111111010000110101111 | 3fa1eb3f3fa1af |
UTF-8 | ½°Ð¨ | 11000010101111011100001010110000110000101000111111000011100100001100001010101000 | c2bdc2b0c28fc390c2a8 |
UHC | ½°?Ш | 101010001111011010100001110001100011111110101000101000101010000110100111 | a8f6a1c63fa8a2a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)