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 | 艶m?諛?? | 100010011001000010000010100011010011111111100110100001110011111100111111 | 8990828d3fe6873f3f |
EUC-JP | 艶m?諛?? | 101100011111000010100011111011010011111111101011111001110011111100111111 | b1f0a3ed3febe73f3f |
UTF-8 | 艶m렪諛곁눥 | 111010001000100110110110111011111011110110001101111010111010000010101010111010001010101110011011111010101011001110000001111010111000100010100101 | e889b6efbd8deba0aae8ab9beab381eb88a5 |
UHC | 艶m렪諛곁눥 | 111001101111110110100011111011011000111010111000111010111011000010110000111001111000011110111100 | e6fda3ed8eb8ebb0b0e787bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)