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 | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
SJIS-WIN | 隹キ蜊ウ蜊ウc^ | 1110100010110000101101111110010110001101101100111110010110001101101100110110001101011110 | e8b0b7e58db3e58db3635e |
EUC-JP | 隹キ蜊ウ蜊ウc^ | 1111000010110010100011101011011111101001111011011000111010110011111010011110110110001110101100110110001101011110 | f0b28eb7e9ed8eb3e9ed8eb3635e |
UTF-8 | 隹キ蜊ウ蜊ウc^ | 1110100110011010101110011110111110111101101101111110100010011100100010101110111110111101101100111110100010011100100010101110111110111101101100110110001101011110 | e99ab9efbdb7e89c8aefbdb3e89c8aefbdb3635e |
UHC | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)