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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 伊豆?烽∧{d | 1000100011001001100100111010010000111111111000001000001010000001110010000111101101100100 | 88c993a43fe08281c87b64 |
EUC-JP | 伊豆?烽∧{d | 1011000011001011110001101010011000111111110111111110001010100010110010100111101101100100 | b0cbc6a63fdfe2a2ca7b64 |
UTF-8 | 伊豆렠烽∧{d | 1110010010111100100010101110100010110001100001101110101110100000101000001110011110000011101111011110001010001000101001110111101101100100 | e4bc8ae8b186eba0a0e783bde288a77b64 |
UHC | 伊豆렠烽∧{d | 111011001010010111010100111001111000111010110001110111001110101110100001111111000111101101100100 | eca5d4e78eb1dceba1fc7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)