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 | 雪跣}雪跣{^ | 1001000011100001111001101110111101111101100100001110000111100110111011110111101101011110 | 90e1e6ef7d90e1e6ef7b5e |
EUC-JP | 雪跣}雪跣{^ | 1100000011100011111011001111000101111101110000001110001111101100111100010111101101011110 | c0e3ecf17dc0e3ecf17b5e |
UTF-8 | 雪跣}雪跣{^ | 111010011001101110101010111010001011011110100011011111011110100110011011101010101110100010110111101000110111101101011110 | e99baae8b7a37de99baae8b7a37b5e |
UHC | 雪跣}雪跣{^ | 1110000011100100111000001101001101111101111000001110010011100000110100110111101101011110 | e0e4e0d37de0e4e0d37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)