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 | 閱묐쓹諭뤄㎠ | 111010011001011010110001111010111010110010010000111011001001001110111001111010001010101110101101111010111010010010000100111000111000111010100000 | e996b1ebac90ec93b9e8abadeba484e38ea0 |
UHC | 閱묐쓹諭뤄㎠ | 111001101111001110010001111010111001110110010101111010111011000110110111111011111010011110110010 | e6f391eb9d95ebb1b7efa7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)