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 | 浴粫}浴粫{^ | 1001011110000001111000101110011001111101100101111000000111100010111001100111101101011110 | 9781e2e67d9781e2e67b5e |
EUC-JP | 浴粫}浴粫{^ | 1100110111100001111001001110100001111101110011011110000111100100111010000111101101011110 | cde1e4e87dcde1e4e87b5e |
UTF-8 | 浴粫}浴粫{^ | 111001101011010110110100111001111011001010101011011111011110011010110101101101001110011110110010101010110111101101011110 | e6b5b4e7b2ab7de6b5b4e7b2ab7b5e |
UHC | 浴?}浴?{^ | 111010011011000100111111011111011110100110110001001111110111101101011110 | e9b13f7de9b13f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)