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 | 堊黙}堊黙{^ | 1001101010111111100101101101100101111101100110101011111110010110110110010111101101011110 | 9abf96d97d9abf96d97b5e |
EUC-JP | 堊黙}堊黙{^ | 1101010011000001110011001101101101111101110101001100000111001100110110110111101101011110 | d4c1ccdb7dd4c1ccdb7b5e |
UTF-8 | 堊黙}堊黙{^ | 111001011010000010001010111010011011101110011001011111011110010110100000100010101110100110111011100110010111101101011110 | e5a08ae9bb997de5a08ae9bb997b5e |
UHC | 堊?}堊?{^ | 111001001011111000111111011111011110010010111110001111110111101101011110 | e4be3f7de4be3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)