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 | ¼£¼Ào | 1011110010100011101111001100000001101111 | bca3bcc06f |
SJIS-WIN | ?£??o | 001111111000000110010010001111110011111101101111 | 3f81923f3f6f |
EUC-JP | ?£?Ào | 0011111110100001111100100011111110001111101010101010001001101111 | 3fa1f23f8faaa26f |
UTF-8 | ¼£¼Ào | 110000101011110011000010101000111100001010111100110000111000000001101111 | c2bcc2a3c2bcc3806f |
UHC | ¼?¼?o | 10101000111110010011111110101000111110010011111101101111 | a8f93fa8f93f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)