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 | 101111101010110110001110101010101000111010100001100011101010111101000010 | bead8eaa8ea18eaf42 |
EUC-JP | セュ蒔治識B | 1000111010111110100011101010110110111100101011001011110010100011101111001011000101000010 | 8ebe8eadbcacbca3bcb142 |
UTF-8 | セュ蒔治識B | 11101111101111011011111011101111101111011010110111101000100100101001010011100110101100101011101111101000101011011001100001000010 | efbdbeefbdade89294e6b2bbe8ad9842 |
UHC | ??蒔治識B | 001111110011111111100011110010001111011010111101111000111101101101000010 | 3f3fe3c8f6bde3db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)