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 | 曜玩}曜玩{^ | 1001011101101010100010101101111101111101100101110110101010001010110111110111101101011110 | 976a8adf7d976a8adf7b5e |
EUC-JP | 曜玩}曜玩{^ | 1100110111001011101101001110000101111101110011011100101110110100111000010111101101011110 | cdcbb4e17dcdcbb4e17b5e |
UTF-8 | 曜玩}曜玩{^ | 111001101001101110011100111001111000111010101001011111011110011010011011100111001110011110001110101010010111101101011110 | e69b9ce78ea97de69b9ce78ea97b5e |
UHC | 曜玩}曜玩{^ | 1110100011111000111010001100110001111101111010001111100011101000110011000111101101011110 | e8f8e8cc7de8f8e8cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)