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 | ¼£¼àP | 1011110010100011101111001110000001010000 | bca3bce050 |
SJIS-WIN | ?£??P | 001111111000000110010010001111110011111101010000 | 3f81923f3f50 |
EUC-JP | ?£?àP | 0011111110100001111100100011111110001111101010111010001001010000 | 3fa1f23f8faba250 |
UTF-8 | ¼£¼àP | 110000101011110011000010101000111100001010111100110000111010000001010000 | c2bcc2a3c2bcc3a050 |
UHC | ¼?¼?P | 10101000111110010011111110101000111110010011111101010000 | a8f93fa8f93f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)