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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 繒否ぃ?獄B | 11111011100011111001010011011011100000101010000100111111100011011001011001000010 | fb8f94db82a13f8d9642 |
EUC-JP | 繒否ぃ?獄B | 1000111111010100110101001100100011011101101001001010001100111111101110011111011001000010 | 8fd4d4c8dda4a33fb9f642 |
UTF-8 | 繒否ぃ과獄B | 11100111101110011001001011100101100100001010011011100011100000011000001111101010101100111011110011100111100011011000010001000010 | e7b992e590a6e38183eab3bce78d8442 |
UHC | 繒否ぃ과獄B | 1111000111111001110111001111101010101010101000111011000011111010111010001010101101000010 | f1f9dcfaaaa3b0fae8ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)