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 | 薔h音鐔 | 1110010101001011100000101000100010001001101110011110100001011100 | e54b828889b9e85c |
EUC-JP | 薔h音鐔 | 1110100110101100101000111110100010110010101110111110111110111101 | e9aca3e8b2bbefbd |
UTF-8 | 薔h音鐔 | 111010001001011010010100111011111011110110001000111010011001111110110011111010011001000010010100 | e89694efbd88e99fb3e99094 |
UHC | 薔h音? | 11101101111110011010001111101000111010111110010100111111 | edf9a3e8ebe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)