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 | ???諭?? | 00111111001111110011111110010111010000000011111100111111 | 3f3f3f97403f3f |
EUC-JP | ???諭?? | 00111111001111110011111111001101101000010011111100111111 | 3f3f3fcda13f3f |
UTF-8 | 驪볦눘諭졿뤃 | 111011111010011010000111111010111011001110100110111010111000100010011000111010001010101110101101111011001010000110111111111010111010010010000011 | efa687ebb3a6eb8898e8abadeca1bfeba483 |
UHC | 驪볦눘諭졿뤃 | 111001101010111110010011111011001000011110110001111010111011000110100000111001101000111110110100 | e6af93ec87b1ebb1a0e68fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)