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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | セュ爾治酌^ | 101111101010110110001110101000101000111010100001100011101101111001011110 | bead8ea28ea18ede5e |
EUC-JP | セュ爾治酌^ | 1000111010111110100011101010110110111100101001001011110010100011101111001110000001011110 | 8ebe8eadbca4bca3bce05e |
UTF-8 | セュ爾治酌^ | 11101111101111011011111011101111101111011010110111100111100010001011111011100110101100101011101111101001100001011000110001011110 | efbdbeefbdade788bee6b2bbe9858c5e |
UHC | ??爾治酌^ | 001111110011111111101100101100111111011010111101111011011100110001011110 | 3f3fecb3f6bdedcc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)