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 | 竺蔀嫉捨宍 | 10001110101100011000111011000001100011101011100110001110110011001000111010110011 | 8eb18ec18eb98ecc8eb3 |
EUC-JP | 竺蔀嫉捨宍 | 10111100101100111011110011000011101111001011101110111100110011101011110010110101 | bcb3bcc3bcbbbccebcb5 |
UTF-8 | 竺蔀嫉捨宍 | 111001111010101110111010111010001001010010000000111001011010101110001001111001101000110110101000111001011010111010001101 | e7abbae89480e5ab89e68da8e5ae8d |
UHC | 竺?嫉捨? | 1111010111100111001111111111001011101100110111101101011100111111 | f5e73ff2ecded73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)