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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 率??野э? | 100101111010011000111111001111111001011011101100100001001000111100111111 | 97a63f3f96ec848f3f |
EUC-JP | 率??野э? | 110011101010100000111111001111111100110011101110101001111110111100111111 | cea83f3fcceea7ef3f |
UTF-8 | 率몌슭野э쉈 | 1110011110001110100001111110101110101010100011001110110010001010101011011110100110000111100011101101000110001101111011001000100110001000 | e78e87ebaa8cec8aade9878ed18dec8988 |
UHC | 率몌슭野э쉈 | 111000011110001110111000111011111011110110111110111001011010111110101100111011111011110110100101 | e1e3b8efbdbee5afacefbda5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)