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 | î°½h | 1110111010110000101111011010110101101000 | eeb0bdad68 |
SJIS-WIN | ?°??h | 001111111000000110001011001111110011111101101000 | 3f818b3f3f68 |
EUC-JP | î°??h | 1000111110101011110000101010000111101011001111110011111101101000 | 8fabc2a1eb3f3f68 |
UTF-8 | î°½h | 110000111010111011000010101100001100001010111101110000101010110101101000 | c3aec2b0c2bdc2ad68 |
UHC | ?°½h | 0011111110100001110001101010100011110110101000011010100101101000 | 3fa1c6a8f6a1a968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)