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 | テサテ嘉凖 | 11000011101110111100001110001001110000111001100111000011 | c3bbc389c399c3 |
EUC-JP | テサテ嘉凖 | 10001110110000111000111010111011100011101100001110110010110001011101001011000101 | 8ec38ebb8ec3b2c5d2c5 |
UTF-8 | テサテ嘉凖 | 111011111011111010000011111011111011110110111011111011111011111010000011111001011001100010001001111001011000011110010110 | efbe83efbdbbefbe83e59889e58796 |
UHC | ???嘉? | 001111110011111100111111110010101010100100111111 | 3f3f3fcaa93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)