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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | テサテ禿陛欝B | 11000011101110111100001110010011110000111001010111000011100010010101010001000010 | c3bbc393c395c3895442 |
EUC-JP | テサテ禿陛欝B | 10001110110000111000111010111011100011101100001111000110110001011100101011000101101100011011010101000010 | 8ec38ebb8ec3c6c5cac5b1b542 |
UTF-8 | テサテ禿陛欝B | 11101111101111101000001111101111101111011011101111101111101111101000001111100111101001101011111111101001100110011001101111100110101011001001110101000010 | efbe83efbdbbefbe83e7a6bfe9999be6ac9d42 |
UHC | ???禿陛?B | 001111110011111100111111110101001011111011111000110011100011111101000010 | 3f3f3fd4bef8ce3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)