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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???誼?^ | 00111111001111110011111110001011011000100011111101011110 | 3f3f3f8b623f5e |
EUC-JP | ???誼?^ | 00111111001111110011111110110101110000110011111101011110 | 3f3f3fb5c33f5e |
UTF-8 | 劣꾨챶誼튰^ | 11101111101001101001110111101010101111101010100011101100101100011011011011101000101010101011110011101101100010101011000001011110 | efa69deabea8ecb1b6e8aabced8ab05e |
UHC | 劣꾨챶誼튰^ | 1110011011101011100001001110101110101010100000111110101111111110101110100110001101011110 | e6eb84ebaa83ebfeba635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)