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 | 煜七}煜七{^ | 1111101101010101100011101011010101111101111110110101010110001110101101010111101101011110 | fb558eb57dfb558eb57b5e |
EUC-JP | 煜七}煜七{^ | 10001111110010011111110010111100101101110111110110001111110010011111110010111100101101110111101101011110 | 8fc9fcbcb77d8fc9fcbcb77b5e |
UTF-8 | 煜七}煜七{^ | 111001111000010110011100111001001011100010000011011111011110011110000101100111001110010010111000100000110111101101011110 | e7859ce4b8837de7859ce4b8837b5e |
UHC | 煜七}煜七{^ | 1110100111110010111101101101001001111101111010011111001011110110110100100111101101011110 | e9f2f6d27de9f2f6d27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)