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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
EUC-JP | 焌????B | 1000111111001001111010000011111100111111001111110011111101000010 | 8fc9e83f3f3f3f42 |
UTF-8 | 焌띳렰계삶B | 11100111100001001000110011101011100111011011001111101011101000001011000011101010101100111000010011101100100000101011011001000010 | e7848ceb9db3eba0b0eab384ec82b642 |
UHC | 焌띳렰계삶B | 1111000111100000101101101111000110001110101111011011000011101000101110111110111001000010 | f1e0b6f18ebdb0e8bbee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)