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 | 雋咲夢雜ィ | 111010001011001010001101111001111001011010110010111010001011011010101000 | e8b28de796b2e8b6a8 |
EUC-JP | 雋咲夢雜ィ | 11110000101101001011101011101001110011001011010011110000101110001000111010101000 | f0b4bae9ccb4f0b88ea8 |
UTF-8 | 雋咲夢雜ィ | 111010011001101110001011111001011001001010110010111001011010010010100010111010011001101110011100111011111011110110101000 | e99b8be592b2e5a4a2e99b9cefbda8 |
UHC | 雋?夢雜? | 1111000111100110001111111101100111010011111011011101101000111111 | f1e63fd9d3edda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)