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 | ì°¼\^ | 1110110010110000101111000101110001011110 | ecb0bc5c5e |
SJIS-WIN | ?°?\^ | 001111111000000110001011001111110101110001011110 | 3f818b3f5c5e |
EUC-JP | ì°?\^ | 1000111110101011110000001010000111101011001111110101110001011110 | 8fabc0a1eb3f5c5e |
UTF-8 | ì°¼\^ | 1100001110101100110000101011000011000010101111000101110001011110 | c3acc2b0c2bc5c5e |
UHC | ?°¼\^ | 00111111101000011100011010101000111110010101110001011110 | 3fa1c6a8f95c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)