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 | ??????T | 00111111001111110011111100111111001111110011111101010100 | 3f3f3f3f3f3f54 |
SJIS-WIN | 邀??節??T | 111001111011000100111111001111111001000011011111001111110011111101010100 | e7b13f3f90df3f3f54 |
EUC-JP | 邀??節??T | 111011101011001100111111001111111100000011100001001111110011111101010100 | eeb33f3fc0e13f3f54 |
UTF-8 | 邀섉볜節ㅿ쉽T | 11101001100000101000000011101100100001001000100111101011101100111001110011100111101011111000000011100011100001011011111111101100100010011011110101010100 | e98280ec8489ebb39ce7af80e385bfec89bd54 |
UHC | 邀섉볜節ㅿ쉽T | 11101001101011011001100011100110101110101011011111101111101111011010010011101111101111011011000101010100 | e9ad98e6bab7efbda4efbdb154 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)