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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陬る囎籥 | 1110100010100011100000101110100110011010100101011110001011011110 | e8a382e99a95e2de |
EUC-JP | 陬る囎籥 | 1111000010100101101001001110101111010011111101011110010011100000 | f0a5a4ebd3f5e4e0 |
UTF-8 | 陬る囎籥 | 111010011001100110101100111000111000001010001011111001011001101110001110111001111011000110100101 | e999ace3828be59b8ee7b1a5 |
UHC | ?る?? | 0011111110101010111010110011111100111111 | 3faaeb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)