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 | 韋ケ繧丞ク | 1110100011101000101110011110001110000010100011111110010110111000 | e8e8b9e3828fe5b8 |
EUC-JP | 韋ケ繧丞ク | 11110000111010101000111010111001111001011110001010111110111001111000111010111000 | f0ea8eb9e5e2bee78eb8 |
UTF-8 | 韋ケ繧丞ク | 111010011001111110001011111011111011110110111001111001111011100110100111111001001011100010011110111011111011110110111000 | e99f8befbdb9e7b9a7e4b89eefbdb8 |
UHC | 韋??丞? | 11101010110111110011111100111111111000111010101000111111 | eadf3f3fe3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)