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 | 莊粋音鐔 | 1110010010110101100100001000100010001001101110011110100001011100 | e4b5908889b9e85c |
EUC-JP | 莊粋音鐔 | 1110100010110111101111111110100010110010101110111110111110111101 | e8b7bfe8b2bbefbd |
UTF-8 | 莊粋音鐔 | 111010001000111010001010111001111011001010001011111010011001111110110011111010011001000010010100 | e88e8ae7b28be99fb3e99094 |
UHC | 莊?音? | 111011011111011000111111111010111110010100111111 | edf63febe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)