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 | 101111001100010110111100101000110110111001000111 | bcc5bca36e47 |
SJIS-WIN | ???£nG | 00111111001111110011111110000001100100100110111001000111 | 3f3f3f81926e47 |
EUC-JP | ?Å?£nG | 001111111000111110101010101010010011111110100001111100100110111001000111 | 3f8faaa93fa1f26e47 |
UTF-8 | ¼Å¼£nG | 11000010101111001100001110000101110000101011110011000010101000110110111001000111 | c2bcc385c2bcc2a36e47 |
UHC | ¼?¼?nG | 1010100011111001001111111010100011111001001111110110111001000111 | a8f93fa8f93f6e47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)