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 | 悋鹹}悋鹹{^ | 1001110010100101111010100110001101111101100111001010010111101010011000110111101101011110 | 9ca5ea637d9ca5ea637b5e |
EUC-JP | 悋鹹}悋鹹{^ | 1101100010100111111100111100010001111101110110001010011111110011110001000111101101011110 | d8a7f3c47dd8a7f3c47b5e |
UTF-8 | 悋鹹}悋鹹{^ | 111001101000001010001011111010011011100110111001011111011110011010000010100010111110100110111001101110010111101101011110 | e6828be9b9b97de6828be9b9b97b5e |
UHC | ?鹹}?鹹{^ | 001111111111100111101001011111010011111111111001111010010111101101011110 | 3ff9e97d3ff9e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)