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 | ャ翊}ャ翊{^ | 101011001110001111000010011111011010110011100011110000100111101101011110 | ace3c27dace3c27b5e |
EUC-JP | ャ翊}ャ翊{^ | 1000111010101100111001101100010001111101100011101010110011100110110001000111101101011110 | 8eace6c47d8eace6c47b5e |
UTF-8 | ャ翊}ャ翊{^ | 111011111011110110101100111001111011111110001010011111011110111110111101101011001110011110111111100010100111101101011110 | efbdace7bf8a7defbdace7bf8a7b5e |
UHC | ?翊}?翊{^ | 001111111110110011001101011111010011111111101100110011010111101101011110 | 3feccd7d3feccd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)