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 | ì°¼nG | 1110110010110000101111000110111001000111 | ecb0bc6e47 |
SJIS-WIN | ?°?nG | 001111111000000110001011001111110110111001000111 | 3f818b3f6e47 |
EUC-JP | ì°?nG | 1000111110101011110000001010000111101011001111110110111001000111 | 8fabc0a1eb3f6e47 |
UTF-8 | ì°¼nG | 1100001110101100110000101011000011000010101111000110111001000111 | c3acc2b0c2bc6e47 |
UHC | ?°¼nG | 00111111101000011100011010101000111110010110111001000111 | 3fa1c6a8f96e47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)