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 | 瓏琺}瓏琺{^ | 1110000011111010111000001110100101111101111000001111101011100000111010010111101101011110 | e0fae0e97de0fae0e97b5e |
EUC-JP | 瓏琺}瓏琺{^ | 1110000011111100111000001110101101111101111000001111110011100000111010110111101101011110 | e0fce0eb7de0fce0eb7b5e |
UTF-8 | 瓏琺}瓏琺{^ | 111001111001001110001111111001111001000010111010011111011110011110010011100011111110011110010000101110100111101101011110 | e7938fe790ba7de7938fe790ba7b5e |
UHC | 瓏琺}瓏琺{^ | 1101011011101010110110111111011101111101110101101110101011011011111101110111101101011110 | d6eadbf77dd6eadbf77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)