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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 窈??橈?〈 | 111000100111011100111111001111111001111011110100001111111000000101110001 | e2773f3f9ef43f8171 |
EUC-JP | 窈??橈?〈 | 111000111101100000111111001111111101110011110110001111111010000111010010 | e3d83f3fdcf63fa1d2 |
UTF-8 | 窈닸뱲橈묌〈 | 111001111010101010001000111010111000101110111000111010111011000110110010111001101010100110001000111010111010110010001100111000111000000010001000 | e7aa88eb8bb8ebb1b2e6a988ebac8ce38088 |
UHC | 窈닸뱲橈묌〈 | 111010011010000110110100111001101001001110011000111010001111101010010001111010011010000110110100 | e9a1b4e69398e8fa91e9a1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)