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 | 傭┓}傭┓{^ | 1001011101100010100001001010110101111101100101110110001010000100101011010111101101011110 | 976284ad7d976284ad7b5e |
EUC-JP | 傭┓}傭┓{^ | 1100110111000011101010001010111101111101110011011100001110101000101011110111101101011110 | cdc3a8af7dcdc3a8af7b5e |
UTF-8 | 傭┓}傭┓{^ | 111001011000001010101101111000101001010010010011011111011110010110000010101011011110001010010100100100110111101101011110 | e582ade294937de582ade294937b5e |
UHC | 傭┓}傭┓{^ | 1110100110110110101001101010111101111101111010011011011010100110101011110111101101011110 | e9b6a6af7de9b6a6af7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)