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 | 終?號? | 100011110100100100111111111001010110101000111111 | 8f493fe56a3f |
EUC-JP | 終?號? | 101111011010101000111111111010011100101100111111 | bdaa3fe9cb3f |
UTF-8 | 終렕號렓 | 111001111011010110000010111010111010000010010101111010001001100110011111111010111010000010010011 | e7b582eba095e8999feba093 |
UHC | 終렕號렓 | 1111000011111011100011101010101011111011110111001000111010101000 | f0fb8eaafbdc8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)