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 | 雋咲夢雜 | 1110100010110010100011011110011110010110101100101110100010110110 | e8b28de796b2e8b6 |
EUC-JP | 雋咲夢雜 | 1111000010110100101110101110100111001100101101001111000010111000 | f0b4bae9ccb4f0b8 |
UTF-8 | 雋咲夢雜 | 111010011001101110001011111001011001001010110010111001011010010010100010111010011001101110011100 | e99b8be592b2e5a4a2e99b9c |
UHC | 雋?夢雜 | 11110001111001100011111111011001110100111110110111011010 | f1e63fd9d3edda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)