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 | 蛟集}蛟集{^ | 1110010110000000100011110101011101111101111001011000000010001111010101110111101101011110 | e5808f577de5808f577b5e |
EUC-JP | 蛟集}蛟集{^ | 1110100111100000101111011011100001111101111010011110000010111101101110000111101101011110 | e9e0bdb87de9e0bdb87b5e |
UTF-8 | 蛟集}蛟集{^ | 111010001001101110011111111010011001101110000110011111011110100010011011100111111110100110011011100001100111101101011110 | e89b9fe99b867de89b9fe99b867b5e |
UHC | 蛟集}蛟集{^ | 1100111011110001111100111010001001111101110011101111000111110011101000100111101101011110 | cef1f3a27dcef1f3a27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)