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 | 踟イ繽乍゙ | 1110011011110111101100101110001110001111100100111110000111011110 | e6f7b2e38f93e1de |
EUC-JP | 踟イ繽乍゙ | 11101100111110011000111010110010111001011110111111000110111000111000111011011110 | ecf98eb2e5efc6e38ede |
UTF-8 | 踟イ繽乍゙ | 111010001011100010011111111011111011110110110010111001111011100110111101111001001011100110001101111011111011111010011110 | e8b89fefbdb2e7b9bde4b98defbe9e |
UHC | ???乍? | 001111110011111100111111110111101011111100111111 | 3f3f3fdebf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)