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 | 雕禍ィ | 1110100010111000100010011101000010101000 | e8b889d0a8 |
EUC-JP | 雕禍ィ | 111100001011101010110010110100101000111010101000 | f0bab2d28ea8 |
UTF-8 | 雕禍ィ | 111010011001101110010101111001111010011010001101111011111011110110101000 | e99b95e7a68defbda8 |
UHC | 雕禍? | 1111000011100111111111001010000100111111 | f0e7fca13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)