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 | 浴彧}浴彧{^ | 1001011110000001111110101011100101111101100101111000000111111010101110010111101101011110 | 9781fab97d9781fab97b5e |
EUC-JP | 浴彧}浴彧{^ | 11001101111000011000111110111100111111100111110111001101111000011000111110111100111111100111101101011110 | cde18fbcfe7dcde18fbcfe7b5e |
UTF-8 | 浴彧}浴彧{^ | 111001101011010110110100111001011011110110100111011111011110011010110101101101001110010110111101101001110111101101011110 | e6b5b4e5bda77de6b5b4e5bda77b5e |
UHC | 浴彧}浴彧{^ | 1110100110110001111010011110111001111101111010011011000111101001111011100111101101011110 | e9b1e9ee7de9b1e9ee7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)