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 | 茱鬆}茱鬆{^ | 1110010010100011111010011010000001111101111001001010001111101001101000000111101101011110 | e4a3e9a07de4a3e9a07b5e |
EUC-JP | 茱鬆}茱鬆{^ | 1110100010100101111100101010001001111101111010001010010111110010101000100111101101011110 | e8a5f2a27de8a5f2a27b5e |
UTF-8 | 茱鬆}茱鬆{^ | 111010001000110010110001111010011010110010000110011111011110100010001100101100011110100110101100100001100111101101011110 | e88cb1e9ac867de88cb1e9ac867b5e |
UHC | 茱?}茱?{^ | 111000101011110000111111011111011110001010111100001111110111101101011110 | e2bc3f7de2bc3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)