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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錞ネ陦 | 11111011110110111100100011101000101000011111010111100011 | fbdbc8e8a1f5e3 |
EUC-JP | 錞ネ陦? | 1000111111100100110111001000111011001000111100001010001100111111 | 8fe4dc8ec8f0a33f |
UTF-8 | 錞ネ陦 | 111010011000110010011110111011111011111010001000111010011001100110100110111011101001000110001110 | e98c9eefbe88e999a6ee918e |
UHC | 錞??? | 1110001011110110001111110011111100111111 | e2f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)