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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轢脂勧羞 | 1110011110000000100011101000100110001010101010011110001110110101 | e7808e898aa9e3b5 |
EUC-JP | 轢脂勧羞 | 1110110111100000101110111110100110110100101010111110011010110111 | ede0bbe9b4abe6b7 |
UTF-8 | 轢脂勧羞 | 111010001011110110100010111010001000010010000010111001011000101110100111111001111011111010011110 | e8bda2e88482e58ba7e7be9e |
UHC | 轢脂?羞 | 11010101111110011111001010110111001111111110001010111010 | d5f9f2b73fe2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)