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 | 蠑。繧狗ォ | 1110010110111100101000011110001110000010100010111110011110101011 | e5bca1e3828be7ab |
EUC-JP | 蠑。繧狗ォ | 11101010101111101000111010100001111001011110001010110110111010011000111010101011 | eabe8ea1e5e2b6e98eab |
UTF-8 | 蠑。繧狗ォ | 111010001010000010010001111011111011110110100001111001111011100110100111111001111000101110010111111011111011110110101011 | e8a091efbda1e7b9a7e78b97efbdab |
UHC | ???狗? | 001111110011111100111111110011111011011100111111 | 3f3f3fcfb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)