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 | 豸碁浚蜥、 | 111001101011011010001100111010011001111110110010111001011001001010100100 | e6b68ce99fb2e592a4 |
EUC-JP | 豸碁浚蜥、 | 11101100101110001011100011101011110111101011010011101001111100101000111010100100 | ecb8b8ebdeb4e9f28ea4 |
UTF-8 | 豸碁浚蜥、 | 111010001011000110111000111001111010001010000001111001101011010110011010111010001001110010100101111011111011110110100100 | e8b1b8e7a281e6b59ae89ca5efbda4 |
UHC | ?碁浚?? | 00111111110100011011001111110001110111010011111100111111 | 3fd1b3f1dd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)