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 | 豺乗凵讓 | 1110011010110111100011111110011010011001100000011110011010101000 | e6b78fe69981e6a8 |
EUC-JP | 豺乗凵讓 | 1110110010111001101111101110100011010001111000011110110010101010 | ecb9bee8d1e1ecaa |
UTF-8 | 豺乗凵讓 | 111010001011000110111010111001001011100110010111111001011000011110110101111010001010111010010011 | e8b1bae4b997e587b5e8ae93 |
UHC | 豺??讓 | 111000111100111100111111001111111110010111010011 | e3cf3f3fe5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)