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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霖ツ?豺昭 | 1110100011000001110000100011111111100110101101111000111110111010 | e8c1c23fe6b78fba |
EUC-JP | 霖ツ鑃豺昭 | 1111000011000011100011101100001010001111111001011110100111101100101110011011111010111100 | f0c38ec28fe5e9ecb9bebc |
UTF-8 | 霖ツ鑃豺昭 | 111010011001110010010110111011111011111010000010111010011001000110000011111010001011000110111010111001101001100010101101 | e99c96efbe82e99183e8b1bae698ad |
UHC | 霖??豺昭 | 1101011111111101001111110011111111100011110011111110000110111001 | d7fd3f3fe3cfe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)