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 | 鐱蛇縞杓縞 | 11111011111001011000111011010110100011101100100010001110110110111000111011001000 | fbe58ed68ec88edb8ec8 |
EUC-JP | 鐱蛇縞杓縞 | 1000111111100101111000101011110011011000101111001100101010111100110111011011110011001010 | 8fe5e2bcd8bccabcddbcca |
UTF-8 | 鐱蛇縞杓縞 | 111010011001000010110001111010001001101110000111111001111011100010011110111001101001110110010011111001111011100010011110 | e990b1e89b87e7b89ee69d93e7b89e |
UHC | ?蛇縞杓縞 | 001111111101111011101111111110111101011011111000111101011111101111010110 | 3fdeeffbd6f8f5fbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)