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 | 踰枳}踰枳{^ | 1110011011111010100111100110101101111101111001101111101010011110011010110111101101011110 | e6fa9e6b7de6fa9e6b7b5e |
EUC-JP | 踰枳}踰枳{^ | 1110110011111100110110111100110001111101111011001111110011011011110011000111101101011110 | ecfcdbcc7decfcdbcc7b5e |
UTF-8 | 踰枳}踰枳{^ | 111010001011100010110000111001101001111010110011011111011110100010111000101100001110011010011110101100110111101101011110 | e8b8b0e69eb37de8b8b0e69eb37b5e |
UHC | 踰枳}踰枳{^ | 1110101110110010111100101010110001111101111010111011001011110010101011000111101101011110 | ebb2f2ac7debb2f2ac7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)