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 | ?e??? | 001111111000001010000101001111110011111100111111 | 3f82853f3f3f |
EUC-JP | ?e?孼? | 0011111110100011111001010011111110001111101110101100001100111111 | 3fa3e53f8fbac33f |
UTF-8 | 醴e릦孼쌑 | 111011111010011010110111111011111011110110000101111010111010011010100110111001011010110110111100111011001000110010010001 | efa6b7efbd85eba6a6e5adbcec8c91 |
UHC | 醴e릦孼쌑 | 11100111111001001010001111100101100100001000100011100101111011011001101101000010 | e7e4a3e59088e5ed9b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)