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 | 霖ツ?豺 | 111010001100000111000010001111111110011010110111 | e8c1c23fe6b7 |
EUC-JP | 霖ツ鑃豺 | 111100001100001110001110110000101000111111100101111010011110110010111001 | f0c38ec28fe5e9ecb9 |
UTF-8 | 霖ツ鑃豺 | 111010011001110010010110111011111011111010000010111010011001000110000011111010001011000110111010 | e99c96efbe82e99183e8b1ba |
UHC | 霖??豺 | 110101111111110100111111001111111110001111001111 | d7fd3f3fe3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)