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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 搖?趾?? | 10011101100010100011111111100110111001000011111100111111 | 9d8a3fe6e43f3f |
EUC-JP | 搖?趾?? | 11011001111010100011111111101100111001100011111100111111 | d9ea3fece63f3f |
UTF-8 | 搖렪趾얜렠 | 111001101001000010010110111010111010000010101010111010001011011010111110111011001001011010011100111010111010000010100000 | e69096eba0aae8b6beec969ceba0a0 |
UHC | 搖렪趾얜렠 | 11101000111101001000111010111000111100101011111110111110111010111000111010110001 | e8f48eb8f2bfbeeb8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)