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 | 粃赦鴫社 | 1110001011100001100011101100110110001110101100001000111011010000 | e2e18ecd8eb08ed0 |
EUC-JP | 粃赦鴫社 | 1110010011100011101111001100111110111100101100101011110011010010 | e4e3bccfbcb2bcd2 |
UTF-8 | 粃赦鴫社 | 111001111011001010000011111010001011010110100110111010011011010010101011111001111010010010111110 | e7b283e8b5a6e9b4abe7a4be |
UHC | 粃赦?社 | 11011101111110111101111011110101001111111101111011100100 | ddfbdef53fdee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)