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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 葯集}葯集{^ | 1110010011011110100011110101011101111101111001001101111010001111010101110111101101011110 | e4de8f577de4de8f577b5e |
EUC-JP | 葯集}葯集{^ | 1110100011100000101111011011100001111101111010001110000010111101101110000111101101011110 | e8e0bdb87de8e0bdb87b5e |
UTF-8 | 葯集}葯集{^ | 111010001001000110101111111010011001101110000110011111011110100010010001101011111110100110011011100001100111101101011110 | e891afe99b867de891afe99b867b5e |
UHC | 葯集}葯集{^ | 1110010110110101111100111010001001111101111001011011010111110011101000100111101101011110 | e5b5f3a27de5b5f3a27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)