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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雋咲夢 | 111010001011001010001101111001111001011010110010 | e8b28de796b2 |
EUC-JP | 雋咲夢 | 111100001011010010111010111010011100110010110100 | f0b4bae9ccb4 |
UTF-8 | 雋咲夢 | 111010011001101110001011111001011001001010110010111001011010010010100010 | e99b8be592b2e5a4a2 |
UHC | 雋?夢 | 1111000111100110001111111101100111010011 | f1e63fd9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)