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 | 海瑙}海瑙{^ | 1000101001000011111000001110110101111101100010100100001111100000111011010111101101011110 | 8a43e0ed7d8a43e0ed7b5e |
EUC-JP | 海瑙}海瑙{^ | 1011001110100100111000001110111101111101101100111010010011100000111011110111101101011110 | b3a4e0ef7db3a4e0ef7b5e |
UTF-8 | 海瑙}海瑙{^ | 111001101011010110110111111001111001000110011001011111011110011010110101101101111110011110010001100110010111101101011110 | e6b5b7e791997de6b5b7e791997b5e |
UHC | 海瑙}海瑙{^ | 1111101010101101110100101100010101111101111110101010110111010010110001010111101101011110 | faadd2c57dfaadd2c57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)