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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 裔э?藥?? | 111001011110000110000100100011110011111111100101010110100011111100111111 | e5e1848f3fe55a3f3f |
EUC-JP | 裔э?藥?? | 111010101110001110100111111011110011111111101001101110110011111100111111 | eae3a7ef3fe9bb3f3f |
UTF-8 | 裔э퐦藥욇깶 | 1110100010100011100101001101000110001101111011011001000010100110111010001001011110100101111011001001101010000111111010101011100110110110 | e8a394d18ded90a6e897a5ec9a87eab9b6 |
UHC | 裔э퐦藥욇깶 | 111001111110000010101100111011111011110110001111111001011011011110011110111010011000001110100100 | e7e0acefbd8fe5b79ee983a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)