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 | 顋ケ繧玖ア | 1110100011111001101110011110001110000010100010111110100010110001 | e8f9b9e3828be8b1 |
EUC-JP | 顋ケ繧玖ア | 11110000111110111000111010111001111001011110001010110110111010101000111010110001 | f0fb8eb9e5e2b6ea8eb1 |
UTF-8 | 顋ケ繧玖ア | 111010011010000110001011111011111011110110111001111001111011100110100111111001111000111010010110111011111011110110110001 | e9a18befbdb9e7b9a7e78e96efbdb1 |
UHC | ???玖? | 001111110011111100111111110011111011100000111111 | 3f3f3fcfb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)