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 | 蕀}蕀{^ | 1111000011110100111001001111100101111101111100001111010011100100111110010111101101011110 | f0f4e4f97df0f4e4f97b5e |
EUC-JP | ?蕀}?蕀{^ | 001111111110100011111011011111010011111111101000111110110111101101011110 | 3fe8fb7d3fe8fb7b5e |
UTF-8 | 蕀}蕀{^ | 111011101000001010110011111010001001010110000000011111011110111010000010101100111110100010010101100000000111101101011110 | ee82b3e895807dee82b3e895807b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)