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 | ??º? | 00111111001111111011101000111111 | 3f3fba3f |
SJIS-WIN | 疑??癲 | 100010110101111000111111001111111110000110011111 | 8b5e3f3fe19f |
EUC-JP | 疑?º癲 | 1011010110111111001111111000111110100010111010111110001010100001 | b5bf3f8fa2ebe2a1 |
UTF-8 | 疑껊º癲 | 1110011110010110100100011110101010111011100010101100001010111010111001111001100110110010 | e79691eabb8ac2bae799b2 |
UHC | 疑껊º癲 | 1110101111110111100000111110101110101000101011001110111110100110 | ebf783eba8acefa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)