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 | 端鱈}端鱈{^ | 1001001001011011100100100100110001111101100100100101101110010010010011000111101101011110 | 925b924c7d925b924c7b5e |
EUC-JP | 端鱈}端鱈{^ | 1100001110111100110000111010110101111101110000111011110011000011101011010111101101011110 | c3bcc3ad7dc3bcc3ad7b5e |
UTF-8 | 端鱈}端鱈{^ | 111001111010101110101111111010011011000110001000011111011110011110101011101011111110100110110001100010000111101101011110 | e7abafe9b1887de7abafe9b1887b5e |
UHC | 端?}端?{^ | 110100111010111000111111011111011101001110101110001111110111101101011110 | d3ae3f7dd3ae3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)